Okay
  Public Ticket #1796980
How to remove zoom-in effect on product image
Closed

Comments

  •  4
    Marcin started the conversation

    Hi,

    How to remove zoom-in effect on product image? I cant see any option for that. Also cant find any css for that.

    Many thanks!

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Works fine, thank you!

  •  48
    Ben replied

    I tried this script and it removes the zoom functionality, but keeps the zoom icon (see attached image)

  •  8,996
    Tahir replied

    The icon opens the lightbox Image therefore it hasnt removed. 

    Best


    ThemeNectar Support Team