Member 3639 Active member Oct 12, 2012 #1 Is there an easy way to change the colour of the header tabs?
Jake Bunce Well-known member Oct 12, 2012 #2 This post points out the relevant CSS: http://xenforo.com/community/threads/change-the-color.8749/#post-120671 Some have style properties. But you can always copy the definitions to EXTRA.css and change them there. Upvote 0 Downvote
This post points out the relevant CSS: http://xenforo.com/community/threads/change-the-color.8749/#post-120671 Some have style properties. But you can always copy the definitions to EXTRA.css and change them there.
Member 3639 Active member Oct 12, 2012 #3 Ah okay thanks, i was meaning more one single tab than all? Upvote 0 Downvote
Jake Bunce Well-known member Oct 13, 2012 #4 Admin CP -> Appearance -> Templates -> EXTRA.css Code: .navTabs .navTab.forums .navLink { color: red; } Use the tabid of the tab ("forums" in this example). Upvote 0 Downvote
Admin CP -> Appearance -> Templates -> EXTRA.css Code: .navTabs .navTab.forums .navLink { color: red; } Use the tabid of the tab ("forums" in this example).
Member 3639 Active member Oct 13, 2012 #5 That changes the text colour not the colour of the block itself though which is what I am after. Edit > Background-color css works how i need it. Thanks for getting me there Upvote 0 Downvote
That changes the text colour not the colour of the block itself though which is what I am after. Edit > Background-color css works how i need it. Thanks for getting me there