Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #726325

    hey, hope you guys are doing good.
    i’ve set my header (where the logo is in. https://www.superbike-coach.com) to transparency, and it slightly is once scrolled- but i would like to adjust the percentage on it. Unfortunately i can’t figure out how. Please advice

    Merry Christmas!

    #727391

    Hey superbikecoach,

    Thank you for using Enfold.

    Please use this code in the Quick CSS field.

    .header_bg {
        opacity: .50;
        filter: alpha(opacity=50);
    }

    Default value is 95.

    Best regards,
    Ismael

    #727459

    awesome, works. thx :)

    this is for the ‘scrolled’ header. what would be the code for it when it’s not scrolled?

    #728150

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av_header_transparency .header_bg {
        background-color: black;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.