OK – I finally found on my own how to change the colors on the main menu options and drop downs. And, I even found how to get the Custom menu options to show something other than white. My problem now is that also changes the Main Menu colors which I really want to stay white.
.optimal-green .menu a {
color: #fff;
When I update the above it changes both the Primary menu options as well as the Custom menu options. I need the custom menu options to be different.
Help?