Hey there,
I found a post about highlighting menu items from Kriesi at Themeforest.
Basically, the following code in custom.css makes the magic happen:
#top #header .current-menu-item>a{
color:#83ad1a;
}
#top #header .current-menu-ancestor>a{
color:#83ad1a;
}
This works fine when clicking through the menu or accessing some subpage directly. However when accessing yourdomain.com, no menu item is being highlighted. I'd like to achieve the frontpage to be highlighted. In this case it is still the demo setup so Frontpage Example is a child of Home.
Is there any way to do this?
Many thanks in advance.














