how can I disable this feature?
-
When I hover over the “add to cart” button on the products, I don’t want the “cart” icon to appear.
I don’t want the cart icon to appear when the mouse hovers over the add to cart button, how can I disable this feature?
https://www.hizliresim.com/53lc9k6
https://www.hizliresim.com/cca37pf
Hello,
The below code will help you to disable this functionality, please enter it into the “Custom CSS for desktop” area in Theme Settings -> Custom CSS.
.product-grid-item .wd-add-btn-replace .add-to-cart-loop:before {
content: " ";
}
.product-grid-item .wd-add-btn-replace .add-to-cart-loop:hover span {
transform: unset;
}
If you have any other questions or concerns, please do not hesitate to reach out, I’d love to help!
Kind Regards