This topic has 2 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler
Hi,
I have tried all the different options in the YITH wishlist settings and added code in ‘custom css’ as well as in the Theme-Customize-additional .css
ul.products li.product .yith-wcwl-add-to-wishlist i {
color: #e3007b;
}
but nothing seems to work. The heart icon is white and because all my images have white backgrounds it does not show at all. How can i make this pink so it stands out on the images?
Thanks.
Hello,
Try to use the next custom CSS code:
.content-product .product-image-wrapper .yith-wcwl-add-to-wishlist a {
color: #e3007b !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up