Can't change color of active nav page menu

Permalink
I thought what I was trying to do was simple. I want my nav to change color on the current viewed page. For example, when on the "about" page, it's darker than all the other menu items.

I thought this was done with the a:active css but it isn't working for me. I've managed to get the link and hover working fine.

Thanks.

jfuqua
 
Mnkras replied on at Permalink Reply
Mnkras
try something like this:

#menu li a.current,#menu li a.nav-selected {
letter-spacing: 1px;
color: gray;
background: url(./img/bg_menu.gif);
}
jfuqua replied on at Permalink Reply
jfuqua
Thanks for the reply but no luck.
Mnkras replied on at Permalink Reply
Mnkras
i copied that out of the theme loadfoo v2
lexa replied on at Permalink Reply
Hi

It seems complicated to me the CSS

It seems easier to make changes in Silex wysiwyg
And it seems that they have this theme too :http://www.silexprod.com/html5-editor.org/...

But I can not find out where to download it :(