Comments Collin started the conversationDecember 27, 2014 at 12:31pmHi, I am trying to have the Header semi-transparent at all times. I only have luck with this before or after the scroll... but not both. Im using this custom CSS:body div#header-outer[data-transparent-header="true"].transparent {background-color: rgba(0, 0, 0, 0.8)!important;}body #header-outer.small-nav { background: rgba(0, 0, 0, 0.8);} 8,847Tahir repliedDecember 29, 2015 at 2:40pmHey!Can you provide your site url so i can have a look. Thanks ThemeNectar Support Team Collin replied privately 8,847Tahir repliedDecember 30, 2015 at 3:03pmHey Again!Add this into the Custom CSS box located in your Salient Options panel :body div#header-outer { background-color: rgba(0, 0, 0, 0.8)!important; } body #header-outer.small-nav { background: rgba(0, 0, 0, 0.8); } .parallax_slider_outer.first-section { margin-top: -86px!important; } Thanks ThemeNectar Support Team Sign in to reply ...
Hi, I am trying to have the Header semi-transparent at all times. I only have luck with this before or after the scroll... but not both. Im using this custom CSS:
body div#header-outer[data-transparent-header="true"].transparent {
background-color: rgba(0, 0, 0, 0.8)!important;
}
body #header-outer.small-nav {
background: rgba(0, 0, 0, 0.8);
}
Hey!
Can you provide your site url so i can have a look.
Thanks
ThemeNectar Support Team
Hey Again!
Thanks
ThemeNectar Support Team