DISABLE ZOOM ON HOVER in SHOP PAGE
-
How to disable the zoom in, when hovering on a product in the shop page?
Hello,
Navigate to the Theme settings > Shop > Products Styles and you will find the option http://prntscr.com/ln7jw6
Best Regards
Dear,
I have requested to remove the zoom on hover, not the image on hover.
Thanks
Dear,
Thanks for the code. However, this is removing the “transition” and there is still some zoom that is getting done. All I want is just to disable the zoom, not to remove the transition.
Thanks
Hello,
Please replace the code with this one:
body .product-grid-item .product-element-top:hover .hover-img {
transform: none;
-webkit-transform: none;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘DISABLE ZOOM ON HOVER in SHOP PAGE’ is closed to new replies.