• When hovering over the Featured Products on the front page, the “zoom” effect causes all the images to bounce into a new configuration.Bouncing

    Is there an way to prevent this? Or an option to turn off the “zoom” feature?

Viewing 1 replies (of 1 total)
  • Hi Blaze,

    Sorry for the delayed response. We don’t currently have an option to disable the zoom feature, but we’ll note this down as a feature suggestion and see if we can get it in there in a future update. In the meantime, you could just add the following custom CSS to stop the zooming:

    .featuredProds ul li:hover img {
    width: 130%;
    margin-left: -15%;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Featured Products “Bounce” on front page’ is closed to new replies.