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.
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
Perfect! Thank you so much.