Hi
I have a problem. The thing is logo area background changes its color for a moment (and then immediately turnes back) after first site scrolling.
It looks like flickering. Here, you can watch this problem http://burlesque-club.net/
I use this code in quick CSS for header:
#top .header_bg {
background: rgba(110, 110, 110, 0.8);
}
#top .av_header_transparency {
background: rgba(110, 110, 110, 0.8);
}
I will appreciate your help!
Hey Antispam23,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.header_bg {
background: transparent!important;
}
.html_header_top.html_header_sticky #header {
background: rgba(70, 70, 70, 0.8)!important;
}
Best regards,
Yigit
Wow! This works! Thank you so much! =)