Hide Add to wishlist on specific categories of products
-
Hello,
I would like to remove/hide the Add to my Wishlist option on the product page of a specific category of products. The category is called “Bijoux à personnaliser”.
It would be better to remove it because this category includes only variable products but the wishlist does not save selected variables, so the wishlist option is useless for these specific products.
Would you have a way to do that please?
Many thanks
Hello,
Please provide the product category URL, where you want to hide the Wishlist, we will provide custom CSS.
Best Regards
Hello Elise,
Here is the product category URL : https://jubilefrance.com/categorie-produit/bijoux-a-personnaliser/
The slug is this: bijoux-a-personnaliser
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.term-bijoux-a-personnaliser .wd-action-btn.wd-wishlist-icon {
display:none;
}
This category is empty now, as soon as you add the products there the Wishlist icon would not appear.
Best Regards
Hello Elise,
It works perfectly, thanks a lot!
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Hide Add to wishlist on specific categories of products’ is closed to new replies.