Hi, I’d like to put some simple text links in the top right bar instead of wishlist…
http://screencast.com/t/bQCfmOb5
Thx.
This topic has 2 replies, 2 voices, and was last updated 10 years, 11 months ago ago by Jack Richardson
Hi, I’d like to put some simple text links in the top right bar instead of wishlist…
http://screencast.com/t/bQCfmOb5
Thx.
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.
You must be logged in to reply to this topic.Log in/Sign up