Title: Remove Background Behind Post
Last modified: August 21, 2016

---

# Remove Background Behind Post

 *  Resolved [ckeilson](https://wordpress.org/support/users/ckeilson/)
 * (@ckeilson)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-background-behind-post/)
 * Please see the following page:
 * [http://www.keilsonconsulting.com/clients/KDS/](http://www.keilsonconsulting.com/clients/KDS/)
 * I need to remove the background behind the Quote Post. No matter what I alter
   in the CSS the grey does not go away.
 * Thanks,
 * Chris

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-background-behind-post/#post-4114681)
 * Try:
 *     ```
       article.format-quote .entry-content, article.error404 .entry-content {
         background: none;
         border-left: none;
       }
       ```
   
 *  Thread Starter [ckeilson](https://wordpress.org/support/users/ckeilson/)
 * (@ckeilson)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-background-behind-post/#post-4114684)
 * I tried that. It is not doing anything. Any ideas why?
 * Chris
 *  Thread Starter [ckeilson](https://wordpress.org/support/users/ckeilson/)
 * (@ckeilson)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-background-behind-post/#post-4114686)
 * Never mind. I just put the code in the beginning of the Custom CSS and it did
   the trick.
 * Thanks for your help.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-background-behind-post/#post-4114689)
 * This might hint that you have a syntax error in your Custom CSS.

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

The topic ‘Remove Background Behind Post’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/remove-background-behind-post/#post-4114689)
 * Status: resolved