We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Exodus Menu Wrap Color Change | Forum

Topic location: Forum home » Development » Themes
Bob Brown
Bob Brown Jun 7 '17

Hello,


I'm trying to change the color of the css for the wrap around for the menu and top menu navigation area and want it all to be black. Could you please help and point me in the proper direction?


Regards,

Bobby

Darryl B Leader
Darryl B Jun 10 '17
These are both images in that theme. You can use the css below to hide the image, and add a background color instead. You can copy, and paste it in the custom css for the theme in the admin panel. It's always a good idea to start by asking the theme dev by posting on the items forum in the store, or sending theme a PM since they are more familiar with their theme.

.ow_console_body {
    background: none;
    background-color: #000;
}
.ow_menu_wrap {
    background: none;
    background-color: #000;
}