Skip to content

HOW TO CHANGE MOBILE NAVBAR STYLING

If you want to change the default Mobile Navbar styling of your page, just follow the below steps

  1. First You Have to login into your Manage Panel.
  2. Please go to Design -> Custom CSS
  3. Just Copy & Paste the below lines there.
#offcanvas-nav .navbar-nav .nav-link {
    color: #0a0000;
    border-bottom: 1px solid black;
}
#offcanvas-nav {
    background: #f9f9f9;
    color: #0a0000;
}
#offcanvas-nav > ul > li.nav-item.dropdown > span > span > a{
    color: #0a0000;
}
#offcanvas-nav > ul > li.nav-item.dropdown > span{
    color: #0a0000;
}
.vertical-menu .nav-item.dropdown > .nav-link > span::after {
    color: #0a0000;
}

Click Save.

And you are all set. You can further enhance your experience by playing with these background, color, border-bottom properties.

Powered by BetterDocs