Home Forums Basel support forum Remove "add to wishlist" button in single product page

Remove "add to wishlist" button in single product page

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

    satatech
    Participant

    Help me!! Can you give me code to remove “add to wishlist” button in single product page ?
    Thanks you so much!!!

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .single-product-content .entry-summary .yith-wcwl-add-to-wishlist {
        display: none;
    }

    Best Regards

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