CSS Help, can change the font color for the mobile menu

For some reason my mobile menu text font is blue, but I want it to be white, and the menu items. Can you give me the custom CSS to accomplish this?

John - can you please share a link so we can take a look?

Best,
Billy

[Content Hidden]

Hey John,

Would you mind shooting me temp admin access so I can take a deeper look?

Best,
Billy

Hey John,

I’d just like to chime in here. Could you try this CSS snippet and see if it works?

.fl-page-nav .navbar-toggle span {
  color: #FFF;
}

Ben

Wow you nailed it on your first try!

Thanks!

Awesome! Enjoy BB! :slight_smile:

Ben