White Menu for Mobile Devices

Please copy the code below and paste it inside your child themes style.css file by going to Appearance >> Editor and selecting “Entrada Child” and “style.css” file:

.navbar-default .navbar-nav > li > a {
color: #1e73be;
}
.navbar-default .navbar-nav > li > a:hover {
color: #1b96fe;
}
.has-mega-dropdown.mega-md .dropdown-menu .drop-wrap {
background: #ffffff;
}
.dropdown-menu {
background: #ffffff;
}
@media only screen and (max-width: 769px) {
.navbar-default .navbar-nav > li > a {
color: #1e73be;
}
.navbar-default .navbar-nav > li > a:hover {
color: #1b96fe;
}
.has-mega-dropdown.mega-md .dropdown-menu .drop-wrap {
background: #ffffff;
}
.dropdown-menu {
background-color: #ffffff;
}
.navbar-default .navbar-nav > li {
background-color: #ffffff;
border-top: 1px solid #fff; 
}
#header {
background: #ffffff;
}
#header .navbar-default .navbar-nav > li.menu-item > a {
background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
background-color: #ffffff;
}
}

Thank You