Title: posts without default background
Last modified: January 6, 2022

---

# posts without default background

 *  Resolved [nobo des](https://wordpress.org/support/users/nobodee/)
 * (@nobodee)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/posts-without-default-background/)
 * Trying to figure out whether the following is possible before purchasing the 
   Pro version:
 * After the site background is set to an image, the background image seems to apply
   to all pages across the site. Is it possible to have single posts using a different
   background (say plain white background) without the default site background image,
   while keep the same background image for other pages?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fposts-without-default-background%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/posts-without-default-background/#post-15235243)
 * Hi [@nobodee](https://wordpress.org/support/users/nobodee/),
 * Thanks for choosing Neve!
 * It’s possible to set a different background color only for single posts, while
   keeping the background image set for the rest of the pages, by adding the code
   below in the Additional CSS section within the Customizer. Feel free to change
   the color as you please.
 *     ```
       .single-post {
           background-image: unset !important;
           background-color: white !important;
       }
       ```
   
 * Have a nice day!

Viewing 1 replies (of 1 total)

The topic ‘posts without default background’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/posts-without-default-background/#post-15235243)
 * Status: resolved