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

@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