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

    As per Envato support: How do I disable the opening animation/effect of elements contained within a color avia layout? I just want the elements to appear straight away. I think it’s preventing them from showing in the Google cache, and I worry about SEO.

    #506416

    Hi jamesmcd!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-section.av-minimum-height .container {
        opacity: 1 !important;
    }

    However, since animation is given using custom CSS code, it does change elements in the source code, so you should not worry about SEO :)

    Best regards,
    Yigit

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