Home New Guten Forums WoodMart support forum How can I hide the “Add to Cart” button on the shop page?

How can I hide the “Add to Cart” button on the shop page?

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

    abcd
    Participant

    The products we sell have additional customization options. Customers need to select these customization options when purchasing, but there is an add to cart button on the product card on the shop page. How can I hide it?

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

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    .product-grid-item .wd-add-btn { 
    display: none;
    }

    Best Regards.

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