Home Forums WoodMart support forum How can I disable Add to Whishlist from product page?

How can I disable Add to Whishlist from product page?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #106771

    merishop
    Participant

    I want to remove the “Add to Wishlist” function from the single product page.

    Attachments:
    You must be logged in to view attached files.
    #106792

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global

    body .summary-inner>.yith-wcwl-add-to-wishlist {
    display:none;
    }

    Best Regards

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