How do I change the font colour in the top menu?

jdab

Madly Diligent
Joined
Aug 29, 2010
Messages
9,642
Reaction score
1
FP$
21
How can I change the font colour in the image below?

tm8Us.webp
 
Find this section in your global.css for nDesign and change the hex values for "color" to whatever you want. 🙂

Code:
.menu ul a:link, .menu ul a:visited {
	color: rgb(204, 255, 0);
	text-decoration: none;
}
 
pandaa said:
Find this section in your global.css for nDesign and change the hex values for "color" to whatever you want. 🙂

Code:
.menu ul a:link, .menu ul a:visited {
	color: rgb(204, 255, 0);
	text-decoration: none;
}
I can't even find the right section for it :S<br /><br />-- 08 Oct 2012, 13:00 --<br /><br />Don't worry, sorted.
 
Back
Top Bottom