Home Forums WoodMart support forum Hide Add to wishlist on specific categories of products

Hide Add to wishlist on specific categories of products

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #379170

    juliette
    Participant

    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

    #379441

    Hello,

    Please provide the product category URL, where you want to hide the Wishlist, we will provide custom CSS.

    Best Regards

    #379637

    juliette
    Participant

    Hello Elise,

    Here is the product category URL : https://jubilefrance.com/categorie-produit/bijoux-a-personnaliser/
    The slug is this: bijoux-a-personnaliser

    #379721

    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

    #379844

    juliette
    Participant

    Hello Elise,

    It works perfectly, thanks a lot!

    #380053

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Hide Add to wishlist on specific categories of products’ is closed to new replies.