Hi, please take a look at the private content below for the URL. I’ve got a pseudo :before element creating a gradient. But on this page it fades in, and I don’t know what’s causing it. Any help? Can I disable it?
Thanks!
Hey Daniel,
in which section you are refering?
Best regards,
Basilis
Hi Basilis, the header (see the topic subject). The header has a gradient overlaid on top, and it fades in after the bg image loads. I’d like them to load together without a fade in animation. I think it has to do with the fade that happens in the header site-wide…right?
Hi,
The container has transition: opacity 0.6s ease-in; applied, to remove this for the one page
please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.js_active #top.postid-1 #hero-fade.av-minimum-height .container {
opacity: 1 !important;
-webkit-transition: none !important;
transition: opacity none !important;
}
Best regards,
Mike
Awesome, that got it.
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike