Tagged: woocommerce, zoom
Hi Kriesi Team,
I want to deactive the hoover effect on woocommerce product detail, because i activate the zoom magnifier. I try with this Quick CSS but don’t work.
.single-post span.image_overlay_effect {
display: none!important;
}
You Can help me?
thank u
Hey Julian Andres!
Try this out.
.image-overlay { display: none !important; }
Best regards,
Elliott
Thanks for fast and effective support.
The hover Effect has disabled but the magnifier zoom is back to the cart and Qty buttons, its possible send to back theese buttons ?
Attach Screen
again I appreciate your support.
Reggards
Hey!
Please add following code to Quick CSS as well
.zoomContainer {
z-index: 9999!important;
}
And if you would like to hide the overlay only on single product page, please use the code i posted here – https://kriesi.at/support/topic/eliminar-efecto-hover/#post-427646
Also, please do not create duplicated threads :)
Cheers!
Yigit
Thank You .
The best support team.
I use too the code to hide the overlay on single product. Thank you Yigit.
Sorry for duplicate.
Regards.