Comments Andrew started the conversationJanuary 22, 2015 at 6:05amHow can I make the 2nd header transparent like the main header? I currently have this CSS inserted making the main header transparent. I want this same effect but on the 2nd header as well. Thanks!#header-outer { background-color: rgba(30,30,30,0.92)!important;} 8,847Tahir repliedJanuary 22, 2015 at 3:13pmHey!Add this into the Custom CSS box located in your Salient Options panel :#header-secondary-outer { background-color: rgba(30,30,30,0.92)!important; } Thanks ThemeNectar Support Team Andrew repliedJanuary 22, 2015 at 10:07pmWorks thanks! Sign in to reply ...
How can I make the 2nd header transparent like the main header? I currently have this CSS inserted making the main header transparent. I want this same effect but on the 2nd header as well. Thanks!
#header-outer {
background-color: rgba(30,30,30,0.92)!important;
}
Hey!
ThemeNectar Support Team
Works thanks!