Background Color not propagating to drop down menus

Gourmand theme, changing the colors to a dark theme and the drop down menus aren’t updating.

Here’s an example, I changed the background to green to highlight the issue. Drop down menu is still showing up with a white background.

Am I missing a configuration setting somewhere? The mobile menu does update with the main background setting.

@TheGheeGuy Hi,

You can change the background color of the dropdown menu by adding this CSS code in the Customizer > Additional CSS:

.navbar-wpz ul {
    background: #41a046;
}