Title: Background CSS
Last modified: August 22, 2016

---

# Background CSS

 *  Resolved [Jencina](https://wordpress.org/support/users/jencina/)
 * (@jencina)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/background-css/)
 * I’m trying to change the style. I want to change the background of the entries.
 * I put the following code:
 *     ```
       #featured {
           background-color: #353535; /*change as required*/
   
       }
       ```
   
 * But only worked partly, the posts, pages etc .. continue white.
 * Picture:
    [http://i.imgur.com/WAhyC3J.jpg](http://i.imgur.com/WAhyC3J.jpg)
 * (The red arrows indicate what I want to change from white to gray)
 * How I can do this?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Thread Starter [Jencina](https://wordpress.org/support/users/jencina/)
 * (@jencina)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/background-css/#post-5937925)
 * I used this:
 *     ```
       #wrapper {
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       background-color: #353535;
       border: 0px solid #e5e5e5;
       border-radius: 4px;
       clear: both;
       margin: 0px auto 20px auto;
       padding: 0 20px 20px 20px;
       position: relative;
   
       .col-460 {
       background: #353535; }
   
       #wrapper .clearfix {
       background: #353535 ; }
   
       #featured .grid col-940 {
   
       background: #353535; }
   
       #featured-image {
       background: #353535; }
   
       body {
       background: #353535; }
   
       }
       ```
   
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Background CSS’ is closed to new replies.

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

 * 1 reply
 * 1 participant
 * Last reply from: [Jencina](https://wordpress.org/support/users/jencina/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/background-css/#post-5937925)
 * Status: resolved