Flatsome is an awesome WordPress theme, but I was a bit disappointed when I read in their customer feedback that they didn’t have a solution or theme option to completely remove/disable the product hover zoom, so I just hacked one in for a client.
.product-gallery .zoom-button {display:none;} .product-gallery .easyzoom-flyout {display: none;}
I used both of these, but if you just want to remove the zoom overlay, just use the second line:
.product-gallery .easyzoom-flyout {display: none;}
Leave a Reply