Comments Andrew started the conversationJuly 1, 2014 at 8:10pmHello,I am using the transparent header. After the inital scroll event when the header's background color come back I want to opaque the header.I've used this code:#header-outer {background-color: rgba(255, 255, 255, 0.8) !important;}However, it seems that even with the !important tag, it can not override the Salient settings. Anyway to change this? Thanks for the help and love this theme. 8,839Tahir repliedJuly 2, 2014 at 3:07pmSure, Add this:body #header-outer[data-transparent-header="true"] { background-color: rgba(255, 255, 255, 0.8) !important; } Cheers ThemeNectar Support Team Andrew repliedJuly 2, 2014 at 7:27pmRight on! Appreciate it. Sign in to reply ...
Hello,
I am using the transparent header. After the inital scroll event when the header's background color come back I want to opaque the header.
I've used this code:
#header-outer {
background-color: rgba(255, 255, 255, 0.8) !important;
}
However, it seems that even with the !important tag, it can not override the Salient settings.
Anyway to change this? Thanks for the help and love this theme.
Sure, Add this:
Cheers
ThemeNectar Support Team
Right on! Appreciate it.