Title: Post/Comment changing default color
Last modified: August 20, 2016

---

# Post/Comment changing default color

 *  [Ironegg](https://wordpress.org/support/users/ironegg/)
 * (@ironegg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/postcomment-changing-default-color/)
 * Where in the twenty-ten theme does the code deal with the default color of the
   font in posts? I made my background black and I want to change the default color
   from a really vague gray to something a little more prominent. I’ve already made
   a child-theme so no need to worry about that.
 * I know when making posts you can change the color before publishing and that’s
   what I’ve been doing but it gets annoying. ALSO, the comments on posts are all
   in the same default gray, so I wanted to change the color for comments as well.
 * [http://www.zukas.org](http://www.zukas.org)
 * Ideas?
 * ~Thanks!

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

 *  [George](https://wordpress.org/support/users/georgegecewicz/)
 * (@georgegecewicz)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/postcomment-changing-default-color/#post-2267979)
 * Do you know CSS? In your child theme’s `style.css` file, simply use…CSS haha.
   What I mean is try messing with classic stuff like
 *     ```
       body {
         color:#fff;
       }
       ```
   
 * for example. or you can be more specific like:
 *     ```
       p {
         color:whatever;
       }
       h3 a {
        color:foobar;
       }
       ```
   
 *  etc.
 * Is that what you were asking for?
 *  Thread Starter [Ironegg](https://wordpress.org/support/users/ironegg/)
 * (@ironegg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/postcomment-changing-default-color/#post-2268068)
 * Well I have certainly become very familiar with CSS. Not enough to write from
   scratch, but I can definitely modify existing code. What I have done to make 
   most of my current theme is find where in the original style.css certain code
   does what, and then modify accordingly.
 * So, the latter of the two you listed seems more specific, does that change/overwrite
   the default color of the font in posts?
 * I mean I guess Ill just add it to my child and see what happens. lol. Ill let
   you know.
 * Thanks! 🙂

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

The topic ‘Post/Comment changing default color’ is closed to new replies.

## Tags

 * [change](https://wordpress.org/support/topic-tag/change/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [comment](https://wordpress.org/support/topic-tag/comment/)
 * [default](https://wordpress.org/support/topic-tag/default/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * 2 replies
 * 2 participants
 * Last reply from: [Ironegg](https://wordpress.org/support/users/ironegg/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/postcomment-changing-default-color/#post-2268068)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
