Home › Forums › WoodMart support forum › Hovering, add to cart › Reply To: Hovering, add to cart
December 10, 2022 at 6:01 am
#427801
Elise Noromit
Member
Hello,
You can disable hover on image in the Theme Settigns > Single product > Images. You will find the option to disalbe zoon. You can set “no effect”.
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-type-variable .wd-add-btn>a {
display:none;
}
body .woocommerce-variation-add-to-cart .woocommerce-variation-add-to-cart>* {
display:none;
}
If the code does not work, please provide the site URL.
Best Regards