change menu color

Permalink
good day
First let me say I just love Concrete5 and developer this is the tool above all others.

I want to change the text color of my menu top-left, must I do this in the css file or is thier another way.

I am a newbie

Thank you

 
Remo replied on at Permalink Reply
Remo
There are lots of ways to do this, but css is the only one (if I haven't missed one) that makes sense.

Why don't you want to modify the css? That kind of thing is what css is for...
vincent replied on at Permalink Reply
Want to changes the color of the menu links
Thanks
Remo replied on at Permalink Reply
Remo
I know - edit the css!
vincent replied on at Permalink Reply
thaks got it

#page #header ul.nav-header li a,#page #header ul.nav-header li a:hover{ text-decoration:none; color:#0000FF }