How can I remove only the quick shop icon from the product images in Collection and product grid?

Hey all,

I’d like to keep the “add to cart” button on my product image (in the collection and product grid section) but to remove the quickshop bit . Does anybody know how to do that?

I found a way to remove “all” icons by adding a code to the asset theme but not a way to only remove the quickshop icon. Please help?

thank you in advance,

Lavinia

1 Like

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

@Lavinia12

Sorry, you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!

Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you with a solution here.

thank you @Zworthkey !

here you go: https://emma-health.com/collections/all

1 Like

@Lavinia12

span.btn.btn-theme.gradient-theme-vertical.product-card__overlay-btn.js-btn-quickview {
    display: none !important;
}

Follow the Steps to add the code

  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/theme.css or theme.scss ->paste the above code at the bottom of the theme.scss file.
  3. Save it.
1 Like

heloo can you help me with the same , coz i cant remove QUICK SHOP option even after following for instruction above