Blakefire Active member Sep 16, 2012 #1 I just cant figure it out, how do I change the color of the font here?
Shelley Well-known member Sep 16, 2012 #2 paste in EXTRA.CSS changing the colour to your preference Code: .navTabs .navTab.PopupClosed .navLink { color: red; } .navTabs .navTab.selected .tabLinks a { color: yellow; } .navTabs .navTab.selected .navLink { color: green; } For hover in tablinks (below) if you choose to alter that also Code: .navTabs .navTab.selected .tabLinks a:hover { color: red; } Upvote 0 Downvote
paste in EXTRA.CSS changing the colour to your preference Code: .navTabs .navTab.PopupClosed .navLink { color: red; } .navTabs .navTab.selected .tabLinks a { color: yellow; } .navTabs .navTab.selected .navLink { color: green; } For hover in tablinks (below) if you choose to alter that also Code: .navTabs .navTab.selected .tabLinks a:hover { color: red; }