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

    Hi, I want to remove the zoom effect on pictures in masonry elements. If I disable “animation”, nothing happens. How to do this?
    Thank you.

    #1435309

    Hey valev0,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia_desktop #top .av-masonry-entry:hover .av-masonry-image-container {
        transform: scale(1, 1);
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1435404

    Perfect! Thank you so much.

    #1435410

    Hi,

    Great! Glad we could be of help. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

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