Change menu page color

Is there a way to change the text color of the menu pages at the top from white?

(This is the top right of the page)

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

#header .top-header .header-navigation ul li a{
  color:black!important
}

I hope this helps :slight_smile:

Best Regards,
Support