Hello, I’ve tried the following:
.navbar .nav a:hover,
.navbar-inverse, .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse, .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse, .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #000012;
}
In order to change the hover color for the nav bar, but it doesn’t seem to be working. I created a child theme and copied this into my style.css file of my child theme. Am I doing something wrong?
In my style.css file, the above code is listed below the following
.navbar-inverse,
.dropdown-menu {
background-color: #8B0000;
}