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.
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