Home Forums WoodMart support forum Remove "Add to Cart" button on product preview

Remove "Add to Cart" button on product preview

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

    Jelly IT
    Participant

    Hey Guys,

    How do I remove the “Add to cart” button on the product preview?
    I do not want to remove the “Add to cart” button on the product page. Only on a product preview view.

    This should force users to have to go into a product before adding it to cart.

    #174191

    Hello,

    Please use the below given custom CSS code and paste it to Theme Settings >> Custom CSS >> Global Custom CSS section:

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

    Best Regards.

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