Home Forums Themes Support Claue Changing behavior of the image hover

Topic Resolution: Resolved
Viewing 1 reply thread
  • Author
    Posts
    • #16951

      Currently when you hover over a product, it will show the next image in the product gallery. Is it possible to do a little zoom instead of changing the picture? Thank you!

    • #16970

      Hi,

      Please turn off this option http://take.ms/bov4L and use the custom CSS code below for zoom

      .product-image { overflow: hidden; }
      .product-image img { transition: all .3s; }
      .product-image:hover img { transform: scale(1.2); }

      Cheers,
      Foster

      • #17015

        Turning off that option didn’t seem to work for my homepage, it works on the shop pages though. I have a home page with trending items.

         

        Thank you!

Viewing 1 reply thread

You must be logged in to reply to this topic.