This topic has 8 replies, 2 voices, and was last updated 8 years ago ago by Rose Tyler
Hi,
I like to ad the hart icon of Wish List רשימת משאלות
beside the text: הוסף לרשימת המשאלות
https://snag.gy/ePKDCa.jpg
How can I add it?
Regard,
Orna
Hello,
Try changed the settings in YIT Plugins > Wishlist according to our documentation:
https://www.8theme.com/demo/docs/legenda/index.html#!/wishlist
You can change the icons using Font Awesome icons https://fortawesome.github.io/Font-Awesome/icons/ and use this css code in custom.css file:
.single-product a.add_to_wishlist:after {
content: "\icon_code" !important;
font-family: FontAwesome !important;
margin-right: 5px;
}
Regards,
Rose Tyler.
Hi rose,
I don’t want to change the lovely hart that I have in the site;
I just what to add it beside the text הוסף לרשימת המשאלות
Hello,
Try to add this code in custom.css file:
.single-product a.add_to_wishlist:after {
content: "\e61d" !important;
font-family: "arrows" !important;
font-size: 14px;
-webkit-font-smoothing: auto;
margin-right: 5px;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY
Regards,
Rose Tyler.
Hi,
It didn’t work
Hello,
Try to clear browser cache and check again.
Regards,
Rose Tyler.
Thanks.
It’s working (:
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘adding icon of Wish List beside the text’' has been successfully resolved, and the topic is now closed for further responses