Hi.. I would like to disable the image hover effect throughout the site. Can you please help ? Please check my site shop.thegoodybox.net. I have used the gallery twice on the homepage and in both places I am unable to remove the hover effect.
Thanks
Hey arundhuti,
To disable the ‘enlarge image/zoom in’ effect on the masonry gallery, Try this code in the General Styling > Quick CSS field:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: none!important;
transform: none!important;
}
Best regards,
Mike