Help: Changing menu font colour and mobile right navigation menu

Hello Support,
I need some help as I have been having a lot of difficulty changing the top menu color from the default (white) to another color of my choosing. Additionally, in mobile the navigation bar which is supposed to show up on the right is white and coupled with a white sticky header which I want makes the site difficult to navigate. Please help, site is http://boabab.org

Hey there

  1. i see you already changed menu colors :slight_smile:
  2. and fr hamburger menu on mobile devices - use this css:

@media only screen and (max-width: 992px){
.open-responsive-menu .fa {
color: #000;
}
}

Wow, thanks @Noda. The CSS worked like a charm. Thanks so much

Hello

Thank you :slight_smile:
is there anything else?