Home Forums WoodMart support forum Color Swatches & Catalog Mode Reply To: Color Swatches & Catalog Mode

#176657

Hello,

The catalog mode is designed in a way that it disables add to cart and variations from products.

In your case you can disable catalog mode and use the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS to only hide the add to cart button.

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

Best Regards.