Hi,
Please paste the following css in wp-admin>appearance>customize>custom css
header.sleek.transparent {background: #ffffff;}
.sleek .topmenu a>span {color: #000000;}
#new_searchicon .fa-search{color:#000000;}
Refer :
http://prntscr.com/ifif2z
Or you can simply change the background of the header by following css
header.sleek.transparent {
background-color: #6b3232;
}
Refer :
http://prntscr.com/ifiip2
Choose any one and paste css in custom css section define above.