Disable the zoom image feature
-
I would like to disable the zoom image function either banner or products (preview, but want to keep in single product page). How can I do that?
Hello,
You can disable the zoom in effect from banner by edit your banners and select the hover effect as disable.
Screenshot: https://jmp.sh/V2nUJS7
You can disable the zoom in effect from shop grid images by using the below css in Theme Settings >> Custom Css >> Global Custom Css:
body .product-grid-item .product-element-top:hover .hover-img {
transform: none;
-webkit-transform: none;
}
Best Regards.