Comments Brandon started the conversationMarch 10, 2014 at 9:04pmI'm wondering if it's possible to change the color of one item in the navigation menu of the header.I'd like to change it from black (the current color) to red, but the CSS dictating the black color seems to take precedence.Is it also possible to do so without changing the hover color/settings?Any help is appreciated. Thanks! 8,838Tahir repliedMarch 11, 2014 at 3:29pmHey Brandon!Try using !important . If still it doesnt work , Please provide url and custom css which you are using in a private reply . I will increase its precedence for you. Cheers ThemeNectar Support Team Brandon replied privately 8,838Tahir repliedMarch 12, 2014 at 7:21amHey Brandon!Add this into the Custom CSS box located in your Salient Options panel:header#top nav > ul > li#menu-item-796 > a { color: red !important; } Cheers ThemeNectar Support Team Brandon repliedMarch 12, 2014 at 7:24amWorked like a charm! Thanks for the help! Sign in to reply ...
I'm wondering if it's possible to change the color of one item in the navigation menu of the header.
I'd like to change it from black (the current color) to red, but the CSS dictating the black color seems to take precedence.
Is it also possible to do so without changing the hover color/settings?
Any help is appreciated. Thanks!
Hey Brandon!
Try using !important . If still it doesnt work , Please provide url and custom css which you are using in a private reply . I will increase its precedence for you.
Cheers
ThemeNectar Support Team
Hey Brandon!
Add this into the Custom CSS box located in your Salient Options panel:
Cheers
ThemeNectar Support Team
Worked like a charm! Thanks for the help!