Need help to remove “Quick View” button on hover. Please help.
Site: https://exceedfitness-store.myshopify.com/
pass: exceed
Need help to remove “Quick View” button on hover. Please help.
Site: https://exceedfitness-store.myshopify.com/
pass: exceed
Sorry, you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
There may be a theme setting to Show the 'Quick view’ or 'buy now’ button.
span.btn.btn-theme.gradient-theme-vertical.product-card__overlay-btn.js-btn-quickview {
display: none !important;
}
Hello There,
.product-card .js-btn-quickview {
display: none;
}