On the inverse navbar in bootstrap when I add a dropdown menu and click on it the background color turns black and then turns back to the original color when I click off it.
I am trying to get me other links in the navbar to do the same. Here is one thing that I have tried for my home link:
.navbar .home > .active > a,
.navbar .home > .active > a:hover,
.navbar .home > .active > a:focus {
background-color: #000000 !important;
}
This doesn't seem to do anything though. Any ideas?