If you want to change the default Mobile Navbar styling of your page, just follow the below steps
- First You Have to login into your Manage Panel.
- Please go to Design -> Custom CSS
- 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.