Go to the following URL: http://[yourwebsitedomain]/wp-admin/customize.php
Then click on “Color – Navigation” & change the “Nav Text Color” to whatever you want…and then click “Save & Publish”.
Boom!
If that doesn’t work, you can modify the css in the Custom CSS section of the “General Settings” for this theme…adding the following code:
#main-navigation .menu > li a{
color: #[your hex color code here] !Important;
}
If that doesn’t work, you can add the above code to your child theme’s “Style.css” file:
Don’t forget to hold down “Shift” on your keyboard when you refresh to clear your cache.:)