Wonderfull theme but there is still something I cant figure out even by a custom CSS addition,
Indeed, when the transparent header is enabled, my initial menu appears with a 0,75 opacity feature, therefore the menu items are not white but grey. I do not meet the problem after scrolling down, the menu is then white on a grey background.
It hasn't changed anything actually, plus I dont want to use the light or dark color scheme since I want to control the color of the sticky menu, I like it how it is now, I just don't want the pre scrolled header to appear grey with 0,75 opacity.
You can change the Header Starting Color Option in Salient theme Options Panel or add in this custom css:
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
@media only screen and (min-width: 1000px) {
#header-outer.transparent header#top nav > ul > li > a {
color: #1D1D1D !important;
opacity: 1 !important;
}
}
Hi there,
Wonderfull theme but there is still something I cant figure out even by a custom CSS addition,
Indeed, when the transparent header is enabled, my initial menu appears with a 0,75 opacity feature, therefore the menu items are not white but grey. I do not meet the problem after scrolling down, the menu is then white on a grey background.
Can you please help me ?
Hey ,
Please use These Options : http://prntscr.com/b2i2rm .
Best.
ThemeNectar Support Team
Hi Tahir,
It hasn't changed anything actually, plus I dont want to use the light or dark color scheme since I want to control the color of the sticky menu, I like it how it is now, I just don't want the pre scrolled header to appear grey with 0,75 opacity.
Hey Again,
You can change the Header Starting Color Option in Salient theme Options Panel or add in this custom css:
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Bes.t
ThemeNectar Support Team