Hi,
How can I make glassy header be black transparent color?
Hey voldemarasp!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header.av_header_glassy {
background: rgba(0,0,0,0.5);
}
Best regards,
Yigit
Thanks ;)