PDA

View Full Version : Making one tab a different colour


DirtyJones
10-30-2012, 12:05 PM
Hi,

I have 4 tabs on top of my Vbulletin and i want to make 1 red. Can anybody point me in the right direction maybe?

Thank you so much.

--------------- Added 1351599651 at 1351599651 ---------------

Oh just the text would be fine. Not the whole tab.

kh99
10-30-2012, 01:53 PM
Edit the additional.css template (under the "CSS Templates" groups), and add this:


#vbtab_forum a.navtab {
color: red;
}



But replace vbtab_forum with the "Identity" for the tab you want to be red ( you can find the identity for a tab by editing the tab in the navigation manager).

ProFifaLeagues
10-30-2012, 09:22 PM
Come in Very handy that tip thank you!

DirtyJones
10-31-2012, 06:34 AM
Awesome, thank you!

Lars-K
11-06-2012, 06:44 AM
Great!
Works like a charm...