Okay
  Public Ticket #3850492
Product page - image
Open

Comments

  •  17
    Noa Furn started the conversation

    Hi There,

    I'm creating this website and my client doesn't like the movement of the large product image when you hoover it. The zoom and mouse based movement.

    Is it possible to disable this?
    I couldn't find this in the settings or in your documentation. And I tried it with css, but it didn't work.

    Thanks for your help!
    Kind regards,
    Eve


  •  9,135
    Tahir replied

    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__trigger,img.zoomImg {
        display: none !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  •  17
    Noa Furn replied

    Oh thanks Tahir!it works...

  •  3,114
    Andrew replied

    Hi Noa,

    Thank you for getting back to us.

    I'm glad we could assist. Feel free to reach out if you have any other queries.

    Cheers,