Reply To: While on article page, parent category menu item not highlighted

Home Forums Support While on article page, parent category menu item not highlighted Reply To: While on article page, parent category menu item not highlighted

Home Forums Support While on article page, parent category menu item not highlighted Reply To: While on article page, parent category menu item not highlighted

#232972
Justin

I have the below CSS added in both appearance > simple css and under simple css for the specific post.

.main-navigation .main-nav ul .current-menu-item > a:hover {
background: red;
color: #FFFFFF;
}

.main-navigation .main-nav ul ul .current-menu-item > a:hover {
background: red;
color: #FFFFFF;
}