This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Even though I deactivate ‘Quickview,’ the “add to cart” icon still appears. How do I delete it since I have a button on the bottom?
Screenshot: https://cl.ly/qCzF
Hello,
You can disable Buttons hover in Theme Options > E-commerce > Products Page Layout or add this code in custom css:
.product-view-mask2.view-color-transparent .footer-product .button {
display: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up