On smaller devices, my site shows a black background behind the header. Is there a way to change this to a different color?

On smaller devices, my site shows a black background behind the header. Is there a way to change this to a different color?

Hello Brock,
Thanks for writing in!
To change the background color of your navbar in smaller screens, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
@media(max-width: 979px){
.x-navbar, .x-navbar .sub-menu {
background-color: red !important;
}
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.