Tagged: header
Hi I found some CSS to make the header transparent, but it seems to affect scroll mode too.
I used:
#header {
background-color: transparent !important;
}
#header .header_bg {
background: transparent !important;
}
Is it possible to change the menu color in scroll mode slightly?
Hey Jonas,
So you would like to change the background color on scroll?
Best regards,
Jordan Shannon
Yes, now its transperant, ans I would lik it to be White / transperant, so its possible to read the menulinks
Hi,
Can you change your css to the following:
.av_header_transparency{
background:transparent!important;
}
Best regards,
Jordan Shannon
Its not working.
Tried it put with the existing CSS and after removing#header {
background-color: transparent !important;
}
#header .header_bg {
background: transparent !important;
}
Hi,
Did you add the css to the very top of the quick css area so that it runs first? If not please do so and test again.
Best regards,
Jordan Shannon
Yep, no reaction (cache is flushed)
Hi,
Please provide admin info so I can log in and look into this issue further.
Best regards,
Jordan Shannon
Here U go
Hi,
Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
#top .av_header_transparency #header_main {
background: transparent;
}
#top #header_main {
background: rgba(255,255,255,0.4);
}
Hope this helps :)
Best regards,
Nikko
Ohh Yeaarh, its working, thanks a lot
Hi,
You’re welcome, let us know if you need further assistance :)
Best regards,
Nikko