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
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
That worked, thank you!!
now i have still some challenges regarding the transparent header..but i wrote a new thread :)