Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1398919

    Hello
    my customer loved the trasparency I choose for the header (he prefers a little more gray i f possible) but it disappears when i scroll the page. background header became black. It becomes with opacity 100%. I made a default burger menu and I don’t want any change on it.
    I know it should be a css problem but I don’t know how to change this behavior.
    thanks for your help
    SIlvia

    #1398956

    Hey StudioArteimmagine,

    Thank you for the inquiry.

    We cannot reproduce the issue on our end. The mobile menu transitions to a different color on scroll or when the header reverts back to its default background color. Did you figure out the correct css modification?

    Best regards,
    Ismael

    #1398990

    we don’t want the header reverts back to its default background color (black) on scroll (while mobile menu must remain like it is now.
    see this screenshot: https://tembozza.conosbcn.com/wp-content/uploads/2023/02/Schermata-2023-02-23-alle-12.08.00.png

    I would like header remains the same while scrolling

    is it possible?
    silvia

    #1399077

    Hi silvia,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #header.av_header_sticky .av-hamburger-inner, 
    #top #header.av_header_sticky .av-hamburger-inner:before, 
    #top #header.av_header_sticky .av-hamburger-inner:after {
        background-color: #999;
    }

    Let us know if it helps.

    Best regards,
    Nikko

    #1399141

    sorry, it changes hamburger inner. I don’t need it.
    I wrote on this image in red to let you understand what I mean:
    https://tembozza.conosbcn.com/wp-content/uploads/2023/02/Schermata-2023-02-24-alle-12.07.56-scaled.jpg

    #1399178

    Hi silvia,

    Please remove the code I gave and replace it with:

    #top #header.av_header_sticky {
        background-color: transparent;
    }
    
    #top #header.av_header_sticky .header_bg {
        background-color: #fff;
        opacity: 0.5;
    }

    Best regards,
    Nikko

    #1399179

    YESSSSSSS great!
    It works! thank you so much!

    Silvia

    #1399206

    Hi Silvia,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header transparency’ is closed to new replies.