Home › Forums › Support › Background Current Color Not Working on Child Pages › Reply To: Background Current Color Not Working on Child Pages
March 26, 2016 at 10:31 pm
#181988
Tom
Lead Developer
Lead Developer
The relationship between that page and the menu item isn’t specific enough it seems.
You can add your own CSS for this though:
.main-navigation .main-nav ul .current_page_ancestor > a {
color: #FFFFFF;
background-color: #3f3f3f;
}
Let me know if that helps or not 🙂