Okay
  Public Ticket #2826218
Single product mouseover zoom disable
Closed

Comments

  •  7
    Max started the conversation

    Hello,

    I wanted to ask if it was possible to disable the mouseover zoom on the gallery in a single product page ?

    Thank you

  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .woocommerce div.product div.images.woocommerce-product-gallery .product-slider img.zoomImg {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  7
    Max replied

    Thank you Tahir,

    It works perfectly !