Hi,
my site is still under construction, but I think, you can follow my question, when you look at the ENFOLD demo:
Let’s take this page:
http://kriesi.at/themes/enfold/shortcodes/animated-image/
Now let’s suppose, that the child “Animated Image” has also a child (= grandchild of “Shortcodes”), let’s call this page “ABC”.
So far, so fine.
BUT:
When I am at the grandchild page, then only the main menu item is “highlighted” (here: “Shortcodes” menu item), but not the child page “Animated Image”.
How do I write the CSS, so that the parent AND the child menu item is highlighted, when I am at the grandchild page?
I’ve made a quick composing, it should explain it better:
Thanks for your help.
Hey COLORIT!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sub-menu li.current_page_parent > a > .avia-menu-text {
color: orange;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit