Title: Font Colour&#8230;
Last modified: August 24, 2016

---

# Font Colour…

 *  Resolved [Conibear](https://wordpress.org/support/users/conibear/)
 * (@conibear)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/font-colour-9/)
 * Hi.
 * This is truly a beautiful theme and I love using it.
 * I was wondering – is it possible at all to change the font colour to white? It’s
   really hard to read the text on some computer screens.
 * Thanks!
    -Kim

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/font-colour-9/#post-6004441)
 * 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.
 *  Thread Starter [Conibear](https://wordpress.org/support/users/conibear/)
 * (@conibear)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/font-colour-9/#post-6004445)
 * 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. 🙂
 *  Thread Starter [Conibear](https://wordpress.org/support/users/conibear/)
 * (@conibear)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/font-colour-9/#post-6004505)
 * 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; }
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/font-colour-9/#post-6004542)
 * Ah okay, glad you found a solution 🙂
 * Let me know if anything else comes up.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Font Colour…’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tracks/1.81/screenshot.png)
 * Tracks
 * [Support Threads](https://wordpress.org/support/theme/tracks/)
 * [Active Topics](https://wordpress.org/support/theme/tracks/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tracks/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tracks/reviews/)

## Tags

 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [font](https://wordpress.org/support/topic-tag/font/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/font-colour-9/#post-6004542)
 * Status: resolved