This topic has 4 replies, 3 voices, and was last updated 4 years ago ago by Rose Tyler
Hello!
I have problems with the symbol (the heart, for example) for the addition on the wish list that should appear on the images. The symbol appears only on the images of the related products, those on the page of the single article, but it doesn’t appear on the images of the shop.
In addition, in the slider of the products on the home page, only the products on the wish list are marked with the heart, the other images do not have the symbol for the addition to the wish list.
Can you also change the color of the symbol? It appears with a black outline when you have to add to the list and it appears completely black to signal the addition and on many images the signal can’t be seen.
Thank you in advance
Hello,
Add the below code to Theme Options > Custom CSS
.add-to-wishlist-before_image.product .yith-wcwl-add-button > a i {
display: block;
color: #fff;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i {
color: #fff;
}
Regards
Thanks!
You’re welcome!
Regards
The issue related to '‘Problems with displaying the wish list symbol on images’' has been successfully resolved, and the topic is now closed for further responses