Edit the nav menu
-
I am looking to either add a menu above the header slider, or add options to the navigation menu (Account, Cart, Checkout etc.). Is there an easy way to do it? I have located the part where the new code should be:
<div id="utilitybar" class="utilitybar"> <div class="ubarinnerwrap"> <div class="socialicons"> <?php echo icraft_social_icons(); ?> </div> <?php if ( $top_phone ) : ?> <div class="topphone"> <i class="topbarico genericon genericon-phone"></i> <?php if ( $top_phone ) : ?> <?php _e('Call us : ','i-craft'); ?> <?php echo $top_phone; ?> <?php endif; ?> </div> <?php endif; ?> <?php if ( $top_email ) : ?> <div class="topphone"> <i class="topbarico genericon genericon-mail"></i> <?php if ( $top_email ) : ?> <?php _e('Mail us : ','i-craft'); ?> <?php echo sanitize_email($top_email); ?> <?php endif; ?> </div> <?php endif; ?> </div>
Can you please help? ??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Edit the nav menu’ is closed to new replies.