Hello,
I’m trying to style my header using a “fading” color:
rgba(35,40,45,0.5)
It works when the header shrinks, but it really doesn’t work for the normal header state.
I don’t want to use the “transparency header”, because it seems I can’t change that pale look.
How can I set this color for my header?
rgba(35,40,45,0.5)
Thanks in advance.
Newton
Hey newtonlinchen,
Add this to quick css:
#header{
background: rgba(35,40,45,0.5)!important;
}
Best regards,
Jordan Shannon
Sorry. It didn’t work. Take a look: http://www.linchen.com.br
Hi Newton,
It works when I add this code to the themes/enfold/css/custom.css. But you can still try to put the code
in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header{
background: rgba(35,40,45,0.6)!important;
}
If you need further assistance please let us know.
Best regards,
Victoria