Home › Forums › WoodMart support forum › EDITING PRODUCT PAGE › Reply To: EDITING PRODUCT PAGE
July 30, 2019 at 8:10 am
#135065

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global to hide add to cart button:
body .product-image-summary .cart {
display:none;
}
Best Regards