Use the following custom css if you had already try other options and not working.
@media only screen and (max-width: 999px) and (min-width: 1px)
body #header-outer[data-transparent-header="true"][data-remove-border="true"], body #header-outer[data-transparent-header="true"][data-remove-border="true"].transparent {
background: #ffffff !important;
}
Hi Michael,
Use the following custom css if you had already try other options and not working.
Hope this helps.