Title: making post background white
Last modified: August 30, 2016

---

# making post background white

 *  Resolved [mommyrandr](https://wordpress.org/support/users/mommyrandr/)
 * (@mommyrandr)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/making-post-background-white/)
 * hello!
 * on the homepage the list of the posts has a background that’s not white. its 
   seems to a be a very light blue. can you please help me make an all white background.
 * my site is [http://www.mommyrandr.com](http://www.mommyrandr.com)
 * thank you!

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

 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/making-post-background-white/#post-6827362)
 * Hello [@mommyrandr](https://wordpress.org/support/users/mommyrandr/),
    Try by
   adding the below CSS code, it may solve your problem.
 *     ```
       .entry-wrap {
           background: white;
       }
       ```
   
 * Note: Child theme is recommended to customize theme.
 *  Thread Starter [mommyrandr](https://wordpress.org/support/users/mommyrandr/)
 * (@mommyrandr)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/making-post-background-white/#post-6827630)
 * Hi!
 * Thank for the code. However it only partially makes the homepage post background
   white. Now there’s a border with the light grey framing the post. I wanna to 
   make that border white too.
 * Thanks!
 * [http://www.mommyrandr.com](http://www.mommyrandr.com)
 *  Theme Author [themehit](https://wordpress.org/support/users/themehit/)
 * (@themehit)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/making-post-background-white/#post-6827637)
 * Hi, try this
 *     ```
       .entry.sticky {
           padding: 0;
           background: #fff;
       }
       ```
   
 * Cheers
 *  Thread Starter [mommyrandr](https://wordpress.org/support/users/mommyrandr/)
 * (@mommyrandr)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/making-post-background-white/#post-6827762)
 * Perfection! Thank you and have a great new years!

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

The topic ‘making post background white’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [mommyrandr](https://wordpress.org/support/users/mommyrandr/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/making-post-background-white/#post-6827762)
 * Status: resolved