Ok after reading many of these post and responses. I have been able to add some custom code that somewhat fixes the issue but not all the pages.
Here is the code that I have used:
@media (max-width: 767px) { .mobile-nav-shown .mobile-nav {
background-color: white;
}
.side-block .close-block {
color: #000;
background-color: #FFF;
} }
.et-mobile-menu li > a {
background: none repeat scroll 0% 0% white;
}
.et-mobile-menu li .open-child {
background-color: #FFF;
}
Please let me know what I need to do to make the mobile menu background white on all pages…