This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
Hi,
How can i disable image zoom / lightbox on product page?
Theme options does not work. Disable zoom make no difference.
Is there any css options to disable zoom?
Hello,
Please try to add this code in Theme Options > Custom css:
.single-product .swiper-control-top:not(.zoom-on) img.zoomImg,
.single-product .swiper-control-top:not(.zoom-on) a.zoom {
pointer-events: none;
}
Regards
Thank you Rose it works!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up