Put this in custom css for menu color:
.navigation_menu {
background: rgb(49, 163, 221);
}
you can put rgb color of your choice…
for the background you have to be more accurate
Thanks but this changed the background color of the menu area and not the color that appears when I hover my mouse over the menu items. Maybe I wasn’t very clear. My bad!
I wanna change the color that appears when I hover my mouse over the menu items.
P.S. I LOVE how quick I get responses here. You guys ROCK!!
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #134A66;
}
.dropdown-menu {
background-color: rgba(52, 111, 142, 0.9);
}
put rgb color of your choice.