Title: Blog post content background
Last modified: August 21, 2016

---

# Blog post content background

 *  Resolved [lindahomer](https://wordpress.org/support/users/lindahomer/)
 * (@lindahomer)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/blog-post-content-background/)
 * Is it possible to change the background of the content area of a blog post? Have
   tried different selectors, but have yet to find the correct one!
 * Thank you!

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

 *  [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * (@somewhatrounded)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/blog-post-content-background/#post-5004732)
 * Where there’s a will, there’s a way!
 * Can you post your site’s url so I can take a look? 🙂
 *  [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * (@somewhatrounded)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/blog-post-content-background/#post-5004733)
 * Ahh, nvm, I think I found it from your other post (kinda creepy, eh? haha)
 * The one you’d be looking for would be .postcontent, so this:
 *     ```
       .postcontent {
           background: #fff;
       }
       ```
   
 * Would turn the post backgrounds white, and as an extra touch you can even use.
   page-header to have it match, so it would then be:
 *     ```
       .postcontent, .page-header {
           background: #fff;
       }
       ```
   
 * Cheers!
 *  Thread Starter [lindahomer](https://wordpress.org/support/users/lindahomer/)
 * (@lindahomer)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/blog-post-content-background/#post-5004763)
 * Yes, that’s the one! I knew it had to be there somewhere…I just had look at the
   code for so long that I couldn’t see straight anymore…LOL
 * Thank you!!

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

The topic ‘Blog post content background’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [lindahomer](https://wordpress.org/support/users/lindahomer/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/blog-post-content-background/#post-5004763)
 * Status: resolved