Home Forums WoodMart support forum quick add to cart on mobile Reply To: quick add to cart on mobile

#453884

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.