Menu issue li.current-menu-item not showing for home page
Hi Guys!
I need some help with the Home menu link. For some reason the
HTML Code:
li.current-menu-item
class willn't show for the home page menu anchor link. And i just want to have the current page link colour different when its on that page
the url to a new site im developing is:
http://www.hiredhelp.com.au
I added this css code
HTML Code:
#main-navigation .menu li.current-menu-item a {
color:#2d2d2d;
}
that should change every current menu link to that colour - and it does for all except the home page
Thanks
Corey