I have a page as a “Menu Item” and Category Page as a “Parent Menu/Sub Item”. How to highlight the “Menu Item” when visit a post that have relevance with the Category in “Parent Menu/Sub Item” without having added Post to menu structure?
Here are my CSS rules for that:
.navbar .nav > li.current-menu-item > a,
.dropdown-menu > li.current-menu-item > a,
.navbar .nav > li.current-menu-parent > a,
.dropdown-menu > li.current-menu-parent > a,
.navbar .nav > li.current-menu-ancestor > a,
.dropdown-menu > li.current-menu-ancestor > a {
color: #FA6F00 !important;
}