Change Text Colour of Nav Bar Button

Hey how do i change only the text colour of a custom nav bar i added in the navigation template.

EDIT: Also how do i make it so that only a certain group can posts threads in a certain area. But other members can reply to those threadS?
 
Rich (BB code):
.navTabs .navTab.donate.PopupClosed .navLink
{
	color: red !important;
	font-weight: bold;
}

Rich (BB code):
.navTabs .navTab.donate.selected .navLink
{
	color: red !important;
	font-weight: bold;
}
 
Greetings.

I would have quite the same question with a link in navbar created throuh option "Display as tab"
The link ID in URL is 122

i tried in extra.css the following code, but links remains unchanged :

Code:
.navTabs .navTab.nodetab122.PopupClosed .navLink
{
    color: red;
}

Page here :http://www.forum-des-portables-asus.fr/www/tags/comparer/
Called via menu "Comparer les prix"


That should be working. You don't seem to have however anything showing that you applied it and made the colour text change.

Did you try adding !important?

Code:
.navTabs .navTab.nodetab122.PopupClosed .navLink
{
    color: red !important;
}
 
Code:
.navTabs .navTab.nodetab122.PopupClosed .navLink {
color: red; }

I tried and applied the above and it seems to work for me in firebug so can't understand why this isn't working for you. Have you checked you haven't got duplicate instances of it in EXTRA?
 
Can I bring this up again for version 2 please, there is no Extra.css so how do I change my 'Daily Quiz' button text to yellow ?

navbar.jpg
 
Last edited:
Top Bottom