Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi, please find attached an example url.
I've disabled Lightbox and Image Zoom in the the theme options, but still the product image is opened when clicking on it from single product page.
How can we disable this?
Thank you.
Hi there,
Add this CSS to Custom CSS:
.woocommerce .product-gallery .product-images .woocommerce-product-gallery__image a { pointer-events: none !important; }Best regards,
Laborator Team
Thanks!