XF 1.4 Header menu text colour

Hi, I'm wanting to change the Home, Forum, Members, Admin, Alerts link text etc in my main header to black but I can't work out where to do it. Can someone please give me a hint in the style property's where to look?


here's my site

Thanks Peter your help will be much appreciate

Try out this in extra.css:

Code:
.navTabs .navTab.PopupClosed .navLink
{
color: #000 !important;
}
 
That worked a treat thank you.
Just one more thing, I'm stuck on how to change the hover over colour for the above links

Thanks again

Just Notice that you own pixelexit.com and it's your theme ill pm you
 
Last edited:
Top Bottom