I want to remove add to cart button on product grid in trade theme

Hello,

I want to remove add to cart button on product grid in trade theme.

Thanks.

1 Like

Hello @urv ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. 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!