Header top bar - by Jens - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson

  • Avatar: jbrogaard
    Jens
    Participant
    October 20, 2015 at 11:08

    Hi, I’d like to put some simple text links in the top right bar instead of wishlist…
    http://screencast.com/t/bQCfmOb5

    Thx.

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 20, 2015 at 12:15

    Hello,

    You have to edit the file wp-content/themes/legenda/header.php and replace the code in line 185 with your content:

    <?php if (class_exists('YITH_WCWL') && etheme_get_option('wishlist_link')): $wl = new YITH_WCWL(array());?>
    							<div class="fl-r wishlist-link">
    								<a href="<?php echo $wl->get_wishlist_url(); ?>"><i class="icon-heart-empty"></i><span><?php _e('Wishlist', ETHEME_DOMAIN) ?></span></a>
    							</div>
    						<?php endif ?>

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.