Skip to main content

Mobile Menu Navbar Container background Color responsive

Settings / Custom Code / CSS/LES

.tm-header-mobile .uk-navbar-container {
  background-color: white;
}

Then because my example is white I added a box shadow to the navbar in the same colour as the menu area bar to separate the header from the body of the site.

  • Hits: 15