XF 1.4 Different color on tabs

mikelowrey

Active member
Hey Gang,

I am using Node as Tabs and there is one tab I would like to change the font color to make it different from the rest. How can I do that?

Thank you.
 
Try Custom Tabs by Siropu
That addon have the option to add your own CSS to the tabs, maybe is what you're looking for:
settings-png.103820
 
Nothing... thx anyways, let me look into their discussion.
Add to your EXTRA.css
Code:
.navTab.nodetabXX .navLink {
color: #ff6600 !important;
}

XX represents the number of you node tab, if you're unsure where this is provide a link to your forum, change color to suit.
 
I suppose it could be possible, using navigation above logo and user/mod bar below navigation options and the doing some custom css for them.
 
Back
Top Bottom