Home Forums WoodMart support forum How to Hide add to cart

How to Hide add to cart

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

    I have lumise product designer installed. In single product page I would like to show both add to cart and design mow button. But in the product grid I would like to hide add to cart button. Please send me an CSS for this. Please find the screenshot below. I would like to hide the highlighted button but only on the product grid and not on individual product pages.

    #275230

    Hello,

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

    body .product-grid-item .woodmart-add-btn > a{
    display:none;
    }

    Best Regards

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