Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1137317

    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!

    #1138126

    Hey Daniel,

    in which section you are refering?

    Best regards,
    Basilis

    #1138222

    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?

    #1138549

    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

    #1138561

    Awesome, that got it.

    #1138564

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header Content Fade In’ is closed to new replies.