Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #677283

    When I scroll down on my site, as it transitions from regular header to to the sticky header, it flashes white. How do I get rid of that effect?

    #678763

    Hi redping!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .header_bg {
        -webkit-transition: none;
        transition: none;
    }

    Regards,
    Ismael

    #679061

    Works beautifully. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header area flashes when sticky’ is closed to new replies.