CSS To Recolor Hamburger Icon

Hi Guys,

Building a site for a client with a very busy header BG. Hamburger icon vanishes when it moves over a bright white area of the header.

Can you provide some css to recolor the hamburger icon?

Thanks

Hey Gary,

The snippet below should do the trick! :slight_smile:

.fl-page-nav .navbar-toggle * {
  color: #808080;
}

Ben