Home › Forums › WoodMart support forum › quick add to cart on mobile › Reply To: quick add to cart on mobile
March 24, 2023 at 2:43 pm
#453884
Aizaz Imtiaz Awan
Keymaster
Hi,
You can enable the Catalog mode in the Theme Settings > Shop page > Catalog mode. The button would disappear both from the shop page and the product page.
By using the below custom code, enter it into the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS.
div.wd-add-btn{
display: none !important;
}
Best Regards.