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
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
Want to changes the color of the menu links
Thanks
Thanks
I know - edit the css!
thaks got it
#page #header ul.nav-header li a,#page #header ul.nav-header li a:hover{ text-decoration:none; color:#0000FF }
#page #header ul.nav-header li a,#page #header ul.nav-header li a:hover{ text-decoration:none; color:#0000FF }
Why don't you want to modify the css? That kind of thing is what css is for...