Title: Comments section background
Last modified: August 30, 2016

---

# Comments section background

 *  Resolved [eboff88](https://wordpress.org/support/users/eboff88/)
 * (@eboff88)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/comments-section-background/)
 * Hi Ben,
 * I’m new to WP and I found very useful threads in the forum but I can’t seem to
   find an answer to my question: is it possible to change the background colour
   of the comments section as well as the rest of the page one? I have found the
   CSS code to change everything else but the comments section which always stays
   white. I really like the dark grey colour of the theme and would lie to have 
   it throughout if possible, can you help?
 * Cheers
    Erica

Viewing 1 replies (of 1 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/comments-section-background/#post-6489006)
 * Hi Erica,
 * Yes I know just what you’re looking for. Add this to the Custom CSS section in
   the Customizer and it will make the comments section have the same background
   color as the rest of the site:
 *     ```
       .comments {
         background: #222;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Comments section background’ is closed to new replies.

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

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [colour](https://wordpress.org/support/topic-tag/colour/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/comments-section-background/#post-6489006)
 * Status: resolved