Menu Font Color. Need Some Help.

Cal

Well-known member
I need some help on the menu font color of a theme I'm doing. The menu items seem to be grey, but when you mouse over them they turn white. When the page is active that link turns white.

I need them all to be white, all the time. I can't figure out how to do it. I've been in the code, in the CSS, style properties, I just don't know what I'm missing.

Anyone have any ideas?

preview01.webp
 
Try putting this in EXTRA.CSS Cal:
Code:
.navTabs .navTab a.navLink
{
    color: green !important;
}

Then, change the "green" to whatever you'd like.
 
  • Like
Reactions: Cal
Top Bottom