anymedia
Hi
SOrry for late reply the thread seems missed.
Add this code in override css file to make header white as it on scroll
#gkHeaderNav{
background: #fff;
-webkit-box-shadow: 0 0 1px rgb(0 0 0 / 25%);
-moz-box-shadow: 0 0 1px rgba(0,0,0,.25);
box-shadow: 0 0 1px rgb(0 0 0 / 25%);
height: 120px;
position: fixed;
top: 0px!important;
}