Replies: 0
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;
}