Okay
  Public Ticket #3073414
Is there a way to remove zoom on single shop page only on mobile?
Closed

Comments

  • Fernando started the conversation

    Hi, is there a way to remove zoom effect on product single page images on mobile but keep on desktop?

    Thank you

  •  1,558
    Laborator replied

    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


      Documentation         Join Kalium Users Group