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.
@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
- Navigate to Online Store->Theme->Edit code
- Asset->/theme.css or theme.scss ->paste the above code at the bottom of the theme.scss file.
- 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