Home Forums WoodMart support forum HOW TO DISABLE COMPARE AND ADD TO WISHLIST

HOW TO DISABLE COMPARE AND ADD TO WISHLIST

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

    mhuaroc
    Participant

    Hello.

    How can I disable the COMPARE and ADD TO WISHLIST options of the Shop products

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-compare-btn.product-compare-button {
        display: none;
    }
    
    .wd-wishlist-btn.wd-action-btn {
        display: none;
    }

    Best Regards

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