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

    hello,

    i set my header on “transparent” but it does not stay transparent while scrolling down.
    I would like the Header to stay transparent.
    What can i do?

    Thank you!
    Monika

    #1399475

    Hey Monika,

    Thank you for the inquiry.

    That is the default behavior of the transparent header. If you want to keep it transparent on scroll, you can use this css code.

    #top #header .header_bg {
        background: transparent;
    }
    

    You might also need to adjust the color of the main menu items.

    Best regards,
    Ismael

    #1399490

    That worked, thank you!!

    now i have still some challenges regarding the transparent header..but i wrote a new thread :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘header background is white and not transparent’ is closed to new replies.