Even though the CSS specifies the color: #FFF; white, it still displays dark grey in the mobile drop down.
Using custom css is also not overriding this…
I am unable to find any way to fix this or control the settings for this.
.mobile-nav li a {
display: block;
color: #FFF;
text-align: left;
font-size: 13px;
line-height: 20px;
font-family: ‘Roboto’;
text-transform: uppercase;
padding: 15px 0 15px 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}