Hi guys. Love the Enfold theme. Searched your forum for an answer, but seems nobody else asked for this one. I have tried to make just the header transparent, but leave the menu not transparent. The code I have used unfortunately makes both the header and menu transparent, which makes seeing the menu a problem. I used the following code, which is wrong.
.header_bg, #avia-menu, .main_color{
background: transparent !important;
}
What CSS code could I use that would only allow the header to be transparent, but the menu would be normal?
Website I am using is http://www.fireinvestigatordirectory.com. Thank you in advance. Have a great day.
Hi Steven!
Try the following code:
.header_bg{
background: transparent !important;
}
#header_main_alternate{
background: white
}
Cheers!
Josue