Style dropdown menu from transparent to color

Hi!

I have styled my menu to be transparent, but the dropdown is also transparent and interfers with the background video. So I want som kind of color on it. I have tried different options on different topics, but nothing works. Does anyone have the magic formular?

www.iamcreative.dk/dmg

Hello @IamCreative,

Thanks for asking. :slight_smile:

Actually I don’t see dropdown in your website. To change dropdown menu background color, please try adding following CSS under X > Theme Options > CSS:

.masthead-inline .x-navbar .desktop .sub-menu {
    background-color: #ddd;
}

Thanks.

Ahhh sorry. Did not explain it good enough. It is when the navigation collapses.

Hello @IamCreative,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.x-nav-wrap.mobile {
    background-color: #5a5d57;
}

Thanks.

1 Like

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