Kindly disable the server cache and enable admin login so i will have a look on it.
http://prntscr.com/it370u
The light theme is working, for mobile there black header.
If you can disable th server pagespeed cache i can give you correct file path.
or add this code in custom.css file
@media (max-width: 767px)
{
.ja-header, .ja-mainnav {
background: #fff;
}}
Regards