Highlight active site in autonav
Permalink
Hey forum,
i want to highlight the active link in the autonav menu. I've tried adding these to my stylesheet:
ul.nav li ul li a.nav-path-selected, ul.nav li a.nav-path-selected{color:#EC1C24; text-decoration:none;}
ul.nav li ul li a.nav-path-selected,
.nav-selected
ul.nav li ul li a.nav-selected, ul.nav li a.nav-selected{color:#EC1C24; text-decoration:none;}
but nothing works for me :(( What do i do?
Nb. the site:http://hos.lund-co.dk/
//Anders J.
i want to highlight the active link in the autonav menu. I've tried adding these to my stylesheet:
ul.nav li ul li a.nav-path-selected, ul.nav li a.nav-path-selected{color:#EC1C24; text-decoration:none;}
ul.nav li ul li a.nav-path-selected,
.nav-selected
ul.nav li ul li a.nav-selected, ul.nav li a.nav-selected{color:#EC1C24; text-decoration:none;}
but nothing works for me :(( What do i do?
Nb. the site:http://hos.lund-co.dk/
//Anders J.
#menu .nav-selected {color:#E26114;}
Hope this will be helpful to someone :-D
//Anders J.