Hey,
I'm trying to highlight some elements in the main menu and it's dropdowns to help with navigation.
I managed to get the rollover of the main menu text to highlight, the rollover of the dropdown items to highlight, the parent of the dropdowns (the original main menu link) to stay highlighted once the page is clicked, but I can't get individual dropdown menu items to stay highlighted once clicked. What happens is that ALL the items in the drop down menu are highlighted.
This is the css I am using. Obviously something isn't right or is missing. Any ideas?
/* MAIN MENU HIGHLIGHT HOVER */
.main_menu a:hover {font-weight: bold; color:#a16d28;}
/* MAIN MENU HIGHLIGHT ACTIVE TAB */
.current-menu-item a, .current-menu-parent a {color:#a16d28;}
Thanks!














