If you want to change the background color of the mobile menu, then please add this css code in the custom css field of theme options:

ul#mobile_menu {
background-color: red !important;
}
#main-header .et_mobile_menu li {
background: none;
}