Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1024719

    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,

    • This topic was modified 5 years, 7 months ago by IngridSpielman. Reason: I've resolved this. You can ignore this. Thanks
    #1025453

    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

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