Hello,
I want to remove add to cart button on product grid in trade theme.
Thanks.
Hello,
I want to remove add to cart button on product grid in trade theme.
Thanks.
Hello @urv ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
.quick-add.no-js-hidden, .quick-add-bulk{
display: none;
}
Thanks
Hi @urv
It has an option to disable quick add button from Online Store > Themes > Customize > Collections > Default collection > Product grid, in Quick add, select None
Hi @urv
Would you mind to share your store URL? Thanks!