My client doesn’t want the masonry gallery thumbnail images to animate on page load, and also not on ‘load more’
Can I turn off this feature in the theme options?
Otherwise, is there a function or style I could add to my child theme functions.php, or style.css?
Thank you,
Hey IngridSpielman,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}
Let us know if this helps.
Best regards,
Nikko