I'd like the background color of the ES menu bar to be black, or maybe dark gray. Where can I change the color of just this section?
Screenshot attached to show what bar I'm talking about
Screenshot attached to show what bar I'm talking about
#vanilla-submenu.vanilla-submenu {
background-color: #333;
}
body #es.mod-easysocial-navigation .es-navbar__footer {
background-color: #333;
}