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, is there a way to remove zoom effect on product single page images on mobile but keep on desktop?
Thank you
Hi Fernando,
Unfortunately there is no option to do that from the theme options, but you can achieve it using CSS if you try adding this code to Custom CSS > Responsive > Extra Small (XS):
.woocommerce .single-product-images .kalium-woocommerce-product-gallery .main-product-images.has-lightbox .woocommerce-product-gallery__image a { pointer-events: none; } .woocommerce .single-product-images .kalium-woocommerce-product-gallery .main-product-images.carousel .product-gallery-lightbox-trigger { display: none; }Best regards,
Laborator Team