Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1372616

    Hi,
    how can i delete the hover effect in the masoary gallery? I switched all effects off but it is still there.

    Thanks for help :)
    rixi

    #1372828

    Hey rixi,
    Thank you for your patience and the link to your page, I assume to mean the image scaling on hover, to remove this please add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia_desktop #top .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: unset;
        transform: unset;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1372829

    Hello Mike,
    great, thanks a lot, it works :)

    many greetings
    rixi

    #1372835

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Delete efffect in masonry gallery’ is closed to new replies.