How to add "Free Shipping" under the top menu?

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Mon May 27, 2013 7:50 am
Hi,

How to add "Free Shipping" under the top menu?

Thank you,

mingyou
User avatar
Senior Boarder

GK User
Mon May 27, 2013 9:18 am
You need to edit file:
/wp-content/theme/StoreBox/layouts/header.php
and put the element after:
Code: Select all
         <?php if(gk_is_active_sidebar('search')) : ?>
         <div id="gk-search">
            <?php gk_dynamic_sidebar('search'); ?>
         </div>
         <?php endif; ?>

Finally You should add a css styles to this element, so it will be in place, where You like it to be.
User avatar
Moderator


cron