Okay
  Public Ticket #176851
Changing one color of an item in nav header
Closed

Comments

  • Brandon started the conversation

    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!

  •  8,838
    Tahir replied

    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 

  •   Brandon replied privately
  •  8,838
    Tahir replied

    Hey 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 replied

    Worked like a charm! Thanks for the help!