Hi Jeremy
Thanks for contacting us. Don’t worry we are here to help you.
To change the background color of the dropdown menu, please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.
@media (min-width: 992px) {
.navbar .nav .dropdown-menu {
background-color: #dc3545;
}
}
You can also change the color code of the dropdown menu background.
Let us know if it works.
Thanks