Hi there,
The code should work fine, if you update this line :
.white{
background-color:#fff;
}
To :
.white {
background-color: #fff !Important;
transition: all 0.3s ease-in-out;
}
.x-navbar.x-navbar-fixed-top.white li a {
color: #000;
transition: all 0.3s ease-in-out;
}
Thanks.