Home › Forums › WoodMart support forum › Remove "Add to Cart" button on product preview › Reply To: Remove "Add to Cart" button on product preview
February 18, 2020 at 8:41 am
#174191
Aizaz Imtiaz Awan
Keymaster
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.