Okay
  Public Ticket #249918
Change font color for Header Light Color Scheme
Closed

Comments

  • Lori started the conversation

    Hi there,

    I have been looking in the css to change the default font color for the light color scheme of the header navigation. Right now it is a dark grey and i want to switch it to #2d2525 to match the rest of the site. Since I am using the transparent header on start up, I have made the initial text white. I have tried the custom color scheme but it will not allow both the black and white. I thought the simplest way to do it was to just change the default color of the light color scheme for the navigation.

    thanks


  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    body header#top nav > ul > li > a {
        color: #2d2525;
    }
    

    Cheers


    ThemeNectar Support Team