Title: Need help finding colour code
Last modified: August 21, 2016

---

# Need help finding colour code

 *  [Prodigle](https://wordpress.org/support/users/prodigle/)
 * (@prodigle)
 * [12 years ago](https://wordpress.org/support/topic/need-help-finding-colour-code/)
 * So I’m using the GamePress theme and I’m trying to find the # colour code for
   the text that is in the main body of posts. Currently it is a dark grey. I’m 
   going to paste the CSS under here in the hopes that someone can identify the 
   main body colour code. Thankyou!
 * _[large amount of CSS moderated – please post a link to your site, or to the 
   theme’s download link, or use the pastebin – [http://codex.wordpress.org/Forum\_Welcome#Posting\_Code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)]

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

 *  [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * (@sdavis2702)
 * [12 years ago](https://wordpress.org/support/topic/need-help-finding-colour-code/#post-4828373)
 * No need to paste an entire stylesheet here. A link to the theme (or even better,
   your site if it’s live) will do.
 * The body color is not in the file you pasted. It’s in a special stylesheet called
   dark.css located in the “css” directory of the theme root.
 * To edit the CSS, you need to use a [child theme](https://codex.wordpress.org/Child_Themes)
   or some other form of CSS editing that is protected from future theme updates.
   And in either of those, you can simply write new CSS to override the default.
 *     ```
       body {
           color: #fff;
       }
       ```
   
 *  Thread Starter [Prodigle](https://wordpress.org/support/users/prodigle/)
 * (@prodigle)
 * [12 years ago](https://wordpress.org/support/topic/need-help-finding-colour-code/#post-4828395)
 * Thankyou very much 🙂

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

The topic ‘Need help finding colour code’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [Prodigle](https://wordpress.org/support/users/prodigle/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/need-help-finding-colour-code/#post-4828395)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
