Tagged: header, sticky header, transition
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?
Hi redping!
Thank you for using Enfold.
Please add this in the Quick CSS field:
.header_bg {
-webkit-transition: none;
transition: none;
}
Regards,
Ismael
Works beautifully. Thank you!