This topic has 6 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hey,
I’m trying to change the heart icon to a diamond icon. I select this in YITH Wishlist. But nothing happens. I also tried to change the name of “add to my wishlist” and the settings don’t appear to change.
To the right of “add to cart button” I want to the “add to wishlist” button AND the diamond icon in front. Currently no there is only a button even if I have ticked the icon checkbox.
However, if i use the theme CSS I only get a heart, but without the text.
Thank you
Hello,
Sorry for the delay due to the weekends.
Could you please provide wp-admin access in Private Content?
Regards
Hey Rose,
No problem at all. Attached are the details.
Mattias
Hello,
Seems we have a css code that disables the icon, it will be fixed in next theme update, as a temporary solution you may add this code in custom.css of parent theme or in style.css file of child theme:
.single-product .yith-wcwl-add-button > a i {
display: inline-block;
}
after update you may remove this custom code.
I’ve tried to change the text and seems it works fine http://prntscr.com/hpgboa > http://prntscr.com/hpgbrj
Regards
Thank you, that worked very well. I will make a note of removing it next update.
You’re welcome!
Regards
Tagged: edit, themes, wishlist, woocommerce, wordpress
The issue related to '‘How to edit wishlist icon and text’' has been successfully resolved, and the topic is now closed for further responses