How do I add a background to the header menu dropdown?

The Menu on my site gets washed out when the dropdown appears. How can I add a color to the menu dropdown? https://performancescoring.com.

Hi,

To add background to your submenu, you can add the code below in Theme Options > CSS

.masthead-stacked .x-navbar .desktop .sub-menu {
    top: auto;
    background: #fff !important;
}

I’ll list below some CSS/HTML resources that should help you to carry on these modifications on your own in the future:

Hope that helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.