Hi
How do you remove the animation on the photo gallery?
Thanks.
Hey ginnywills,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
Hope this helps :)
Best regards,
Nikko