Home › Forums › Basel support forum › Product Image Lightbox › Reply To: Product Image Lightbox
November 11, 2016 at 9:31 pm
#6602
Artem Temos
Keymaster
Hello,
Thank you for the question.
Try to add this code snippet to the Custom CSS area in Theme Settings to disable it
.single-product-content .woocommerce-main-image {
pointer-events:none;
}
Regards