I used this at https://schoolofbookkeeping.com. Check the only dropdown menu in the nav bar.
.x-navbar .sub-menu {
background-color: #4a4a4a !important;
}
.sub-menu li a:link {
color: #fff !important;
}
.x-navbar .sub-menu a:hover {
background-color: #dd3333 !important;
}
But some menu items are white and some are hidden, same as background color I guess??