Comments Fernando started the conversationJune 27, 2022 at 7:28pmHi, is there a way to remove zoom effect on product single page images on mobile but keep on desktop?Thank you 1,558Laborator repliedJune 28, 2022 at 7:40amHi 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 Documentation Join Kalium Users Group Sign in to reply ...
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):
Best regards,
Laborator Team