This topic has 2 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler
Hi there,
I disabled the lightbox in the single product builder in gallery settings and disabled it in Elementor setting too, but on the product page still can click on the product image that is poping up.
I don’t want the product image pop up on click, what to do with this.
I just switched off all the plugins except xstore core and woocommerce but still do the image popup.
Thanks
Hello,
Try to add the next code in Theme Options > Theme custom CSS > Global custom CSS:
.single-product .woocommerce-main-image {
pointer-events: none;
}
Regards
The issue related to '‘Can’t disbale lightbox’' has been successfully resolved, and the topic is now closed for further responses