Change the color of text

Craig

Active member
I have been playing around with the color scheme of my site, but i am having difficulties located the area for the main site menu and where it has my name, inbox, alerts, and logout (when signed in).

Thanks in advance for your help.
 
You'll have to go into the navigation.css template and adjust the following unless there's another way in the style properties (I haven't checked) although it will affect the links on the left.

Code:
    .navTabs .navTab.PopupClosed .navLink
    {
        color: @primaryLighter;
    }
 
Top Bottom