Hello There,
Thanks for providing the url and credentials for your site. To change the header from a transparent to a dark color, please update your custom css code and make use of this code instead:
.x-navbar {
background-color: transparent !important;
}
.x-navbar.x-navbar-fixed-top {
background-color: rgba(0,0,0,0.85) !important;
}
Feel free to change the color if needed. Hope this helps.