This topic has 3 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
Hi!
How can I add the wishlist icon to appear beside the cart/bag & search icons in the header?
Thanks!
Hello,
In this case you need edit the \wp-content\themes\classico\headers\structure-1.php file.
Regards,
Robert Hall
Hello,
You can use this code:
<a class="wishlist_view" href="<?php echo YITH_WCWL()->get_wishlist_url(); ?>"><i class="fa fa-heart" aria-hidden="true"></i></a>
Use child theme if you decide to make any changes in template files.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up