Kim,
Thanks for the kind words 🙂
The following will change the menu items to white:
.menu-primary-items a {
opacity: 1;
}
You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.
I assumed you were referring to the menu text, but please correct me if I’m wrong.
Oops. Sorry I wasn’t clear. The text that is in the actual page. Like if you had a page to talk about yourself on … example: Let’s call it “About Me”. And you type out all about yourself 🙂 . That text! It’s currently gray. I was just wondering if there is a way to change it to *white*. 🙂 If not… it’s cool. Just thought I’d ask. 🙂
After playing around with it I found the solution. 🙂 I just added the color part to it and now my text on my page is white. 🙂
.entry,
.comments {
background: #000000;
color: #FFFFFF;
}
Ah okay, glad you found a solution 🙂
Let me know if anything else comes up.