Tagged: Masonry Gallery
Hello Support,
For this site, baja-movie.com, there is a masonry gallery towards the bottom of the page (single page site).
We’d like to remove the “swell/grow” mouseover effect, targeting just this masonry gallery instance if possible.
It seems to me that the effect is happening via javascript – i can’t find a CSS reference.
Can you help me remove the effect from just this gallery? (Only one live at the moment.)
Sincerely,
Greg
Hey Greg,
Thank you for using Enfold.
Use this css code to remove the transform effect.
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
transform: none;
}
Enable the custom css class attribute if you want to apply that modification to that specific masonry element.
Best regards,
Ismael