PDA

View Full Version : Rich Text format for navigation tabs


dimaser
06-26-2012, 12:45 PM
Hello
Is there any chances to make a Rich text format for tabs in navbar as it is realized in Thread prefixes in a 4.2.0?
That would be a great if the tab, for example donation or something like that will glow in other color

Lynne
06-26-2012, 02:53 PM
Just use CSS. All the tabs have a unique id associated with them, so just add something to the additional.css template to make the tab how you want it.

dimaser
06-26-2012, 08:04 PM
yo mean the ID shown like thisexample?
Identity tab_mdc0_542
And make a class for it?

Lynne
06-26-2012, 09:37 PM
Yeah, that id. So, you could do something like:

#tab_mdc0_542 a {color: pink;}