This topic has 4 replies, 2 voices, and was last updated 5 years, 12 months ago ago by Rose Tyler
Hello,
I want to add a wishlist icon next to the cart icon. I want that icon to lead me to the wishlist page. Kindly tell how I can add the icon and make it clickable.
http://prntscr.com/lkvu43
Regards
Hello,
Please read our documentation – https://www.8theme.com/demo/docs/royal/#0_wishlist
There is no such possibility, by default. You can try to copy header-structure-1.php file (header folder) into the same folder of your child theme and add code of the link
<div class="new_ico"><a href="https://your_site/wishlist/"><i class="fa fa-heart"></i></a></div>
before <div class="header-search ">
This code should be added in Global custom css:
.new_ico {
position: absolute;
margin: 12px 0 0 45px;
}
.header-search {
margin-right: 40px;
}
this in Custom css for mobile:
.header-search {
margin-right: 18px;
}
.new_ico {
margin-top: 14px;
margin-left: 47px
}
Regards
I am unable to find this: <div class=”header-search “>
You are right. Please add the code here – http://prntscr.com/llihk4
Regards
You must be logged in to reply to this topic.Log in/Sign up