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;
How can I remove the option to zoom in on product images?
I appreciate your help.
Hi Daniel,
Please add the code below to Custom CSS
.laborator-woocommerce .product-single .product-left-info .product-images .woocommerce-main-image { pointer-events: none !important; }