Submenu change color

I would like to insert a transparent band where there is the logo and the menu to make sure that they are legible. I would like a background color in the submenu. How can I do?

Hi There,

Can you please send your website URL? the site is with the license is in under construction mode.
Please send us the login details so that we can suggest you better.

You can post the details in the secure note.

Thanks

I don’t understand how I can send a secure note

Hi there,

Please try this code:

.desktop .menu-item.x-active>.sub-menu {
    background: #78d2ff !important;
}

.x-navbar-wrap .x-navbar {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

No…I solved the problem…thanks…

I have to ask you another thing…I wish to change colour of footer but I have seen that in theme option I can change only sub-footer and not the footer. How Can I change footer’s colour?

Hi There,

Thanks again for asking!

Please add this CSS to your theme option -> Global CSS

.x-colophon.top {
    background-color: #333; /* change this  color code */
}

Hope this helps!

ok thank you