I’m trying to make the parent menu item highlight as active but nothing seems to work. I see similar problems on this site… for instance, Forums Home makes Forums menu active, and [shortcodes] > how to use them makes [shortcodes] appear active (white with background) but the other child menus don’t.
Any help appreciated.
FYI: I tried to copy your CSS with Firebug from these two instances with one change as I’m using .navbar-default …like this:
.navbar-default .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
background-color: #080808;
color: #ffffff;
}
…..but this gets completely ignored for some reason