Comments Exon started the conversationJuly 7, 2014 at 4:22pmHi, i would like to change the opacity of the header when scrolling down(sticky header), what is the CSS code for the header?Exon repliedJuly 7, 2014 at 4:34pmSolve 1Drew repliedSeptember 2, 2014 at 5:13pmHey Exon, came across this…Would like to know your solution. What did you come up with?? 8,839Tahir repliedSeptember 3, 2014 at 4:17pmHey Drew!Add this into the Custom CSS box located in your Salient Options panel :html body #header-outer[data-transparent-header="true"] { background-color: rgba(255, 255, 255, 0.56) !important; } html body[data-header-color="custom"] #header-secondary-outer { background-color: rgba(255, 255, 255, 0.56) !important; } Cheers ThemeNectar Support Team Sign in to reply ...
Hi, i would like to change the opacity of the header when scrolling down(sticky header), what is the CSS code for the header?
Solve
Hey Exon, came across this…
Would like to know your solution. What did you come up with??
Hey Drew!
ThemeNectar Support Team