Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #858347

    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

    #858813

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.