Our header seems to blink, or go back to 100% transparency when you start to scroll and it switches from the glassy header to the site wide header
See here http://clstudio.com/mag/
how can we eliminate that blinking effect?
Hi clcintx!
It’s because of this custom CSS your using.
#top .av_header_glassy.av_header_transparency #header_main {
background-color: rgba(255, 255, 255, 0.3) !important;
}
The default is 0.1 opacity so it goes from 0.3 > 0.1 > 0.9.
Best regards,
Elliott
Exactly, can we change the 0.1?