Comments L started the conversationNovember 19, 2014 at 6:23am Hi. Great theme. How do I change the custom header to be a transparent black, not solid? I've tried to change top header ...header#top { background-color: rgba(0,0,0,0.1) !important; } ...but this will also change the logo transparency. 8,844Tahir repliedNovember 19, 2014 at 11:17pmHey!Add this into the Custom CSS box located in your Salient Options panel :body #header-outer { background-color: rgba(0,0,0,0.1) !important; } Thanks ThemeNectar Support Team Sign in to reply ...
Hi. Great theme.
How do I change the custom header to be a transparent black, not solid?
I've tried to change top header ...
header#top {
background-color: rgba(0,0,0,0.1) !important;
}
...but this will also change the logo transparency.
Hey!
ThemeNectar Support Team