Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.mobile-nav .wd-search-form{
background:yellow;
}
body .searchform .searchsubmit {
color: red;
}
body .wd-nav-mob-tab li.wd-active a span{
background-color: orange;
color: red;
}
body .wd-nav-mob-tab li a{
color: red;
background-color: olive;
}
body .wd-nav-mobile li.current-menu-item>a {
color: yellow;
background-color:green;
}
body .wd-nav-mobile>li>a {
color: white;
background-color:black;
}
body .wd-nav-mobile>li>a:hover {
color: white;
background-color:black;
}
Please replace the colors as per your needs.
Best Regards