This is my problem :
I have a custom navigation bar with 2 item : Item1, Item2. In Item1, I have 2 child items :A and B. I disable both of them so they will not be shown on my custom navigation. And this begins my problem. When I choose Item1, it clearly change the color of the link ( it usually become black ). But when 1 choose the child menu of item1 ( I create a link to item A and B in the view of Item1), for example I choose A. It will link me to item A but the color of item1 link become blue.
I wonder if there is a way to make item1's color become black, when I view it's child item ?
Do anybody know how to do it ? Thanks a lot.