Flatsome WordPress Theme, Remove or Disable Product Hover Zoom

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;}

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.