Menu color

Hi again!
How can I change the color for the menu fonts to black? (main menu) Right now is grey, and I find it difficult to read. Thanks!

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font color by going to Appearance > Customize > Additional CSS and pasting it there.

/*Menu font color*/
#site-navigation a {
    color: black;
}

Best Regards,
Support