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

    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!

    • This topic was modified 9 years, 2 months ago by Antispam23.
    #631649

    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

    #631658

    Wow! This works! Thank you so much! =)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo Area background change color for a moment after first scrolling’ is closed to new replies.