Two wishlist icons on product page
-
My product page has two wish list heart icons, when I deactivate the plugin it removes these icons, seems to be the plugin.
I’ve read others having similar issue, I copied the suggested code and pasted in the additional CSS field for my theme but doesn’t seem to help
These were the suggestions I’ve tried.
.woocommerce-variation-add-to-cart > .yith-wcwl-add-to-wishlist {
display: none;
}.single-product .yith-wcwl-add-to-wishlist{
display: none;
}form.variations_form div.woocommerce-variation-add-to-cart div.yith-wcwl-add-to-wishlist {
display: none;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Two wishlist icons on product page’ is closed to new replies.