This topic has 4 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
Hello,
on the shop page the wishlist heart icon used to change color as soon as an item had been added to a list. It does not work anymore and therefore sends the user to the wishlist when the product has already been added.
I use the pro version of yith’s withlist plugin. It is not clear if the change to the pro plugin has caused the problem.
I had all plugins disabled, but there doesn’t seem to an incopatibility.
Best regards
Martin
Hello,
Try to add this custom CSS code:
.product .product-image-wrapper .footer-product .yith-wcwl-wishlistexistsbrowse a:before {
content: "\f004";
}
Regards
hello,
thank you! Now the icon turns black but only on page refresh, not on click.
Hello,
Please change the previous code to:
.product .product-image-wrapper .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
.product .product-image-wrapper .footer-product .yith-wcwl-wishlistexistsbrowse a:before {
content: "\f004";
}
Regards
You must be logged in to reply to this topic.Log in/Sign up