Okay
  Public Ticket #893929
disable products zoom
Closed

Comments

  •  2
    Daniel started the conversation

    Hello; 

    How can I remove the option to zoom in on product images? 

    I appreciate your help.

  • [deleted] replied

    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;
    }