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.
Hello, quick question about clicking product image gallery.
I have disabled lightbox and disabled zoom (screenshot attached).
Now the image is clickable and links to image URL.
How can I disable this?
I would like nothing to happen on clicking image.
Hi Elliot,
Please just add this CSS code to your Custom CSS area:
.woocommerce .single-product-images .kalium-woocommerce-product-gallery .main-product-images .woocommerce-product-gallery__image a { pointer-events: none; }If the code doesn't work, then please send me the URL of that page so I can send you the exact code.
Thanks!
This is perfect, thank you so much Ylli.