I have 3 menu positions. Each one is a sub level of the other.
If a user clicks a top level menu the clicked item is shown as active. This is good.
But if the user clicks on a sub item, it only shows the sub item as active (and not the parent item under which it comes). Here's my problem...
I want to show the parent item as active along with the selected sub item. Is this possible?
Thanks!