Home Forums Basel support forum Product Image Lightbox Reply To: Product Image Lightbox

#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