I am not sure why the colors are not taking effect from your end. Let us know the color you are trying to change the secondary header into so that we can provide a CSS as an alternative.
Sweet.. that works. However, is there any additional code you could give it to change the bar color or at least the text color on hover? Preferably the bar itself rather than the text.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Hi guys, this seems like it should be such a simple task, but I tried changing the color scheme to the secondary header and nothing is happening.
Please advise, Shane :)
Hello Shane,
Thanks for keeping in touch.
I am not sure why the colors are not taking effect from your end. Let us know the color you are trying to change the secondary header into so that we can provide a CSS as an alternative.
Thanks.
Secondary Header Background #386987
Secondary Header Font #ffffff
Secondary Header Font Hover #9ad5a9
Hello Shane,
Please try this css:
Thanks.
Sweet.. that works. However, is there any additional code you could give it to change the bar color or at least the text color on hover? Preferably the bar itself rather than the text.
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hello Shane,
We are only able to provide for the text on hover. Please try this css:
Thanks.
Doesn't seem to be working. Any other suggestions?
#header-secondary-outer {
background-color: #386987;
}
#header-secondary-outer .nectar-center-text a {
color: #ffffff;
}
#header-secondary-outer .nectar-center-text a::hover {
color: red;
}
Hey Again,
Use the Below Revised CSS.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Works perfect, thank you :)