Title: Clour Change
Last modified: August 20, 2016

---

# Clour Change

 *  [aasbd](https://wordpress.org/support/users/aasbd/)
 * (@aasbd)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/clour-change/)
 * Which parts of my css.style should be changed to change my header background 
   color, body background color and margin color respectively? Any help will be 
   appreciated. http:www.aas-bd.com

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

 *  [WP Libra](https://wordpress.org/support/users/wpbum/)
 * (@wpbum)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/clour-change/#post-3357560)
 * Header Color
 *     ```
       #branding {
           background-color: #CCCCCC;
       }
       ```
   
 * Body Color
 *     ```
       body.custom-background {
           background-color: #000000;
       }
       ```
   
 *  [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/clour-change/#post-3357562)
 * If you’re using Twenty Ten, you should be able to change the background colour
   under Appearance.
 * For the header, you’ll need to look for the branding div. It;s on line 518. For
   example, the style below will change it to red.
 *     ```
       #branding {
       border-top: 2px solid #bbb;
       padding-bottom: 10px;
       position: relative;
       z-index: 9999;
       background: red;
       }
       ```
   
 * I’m not sure what you mean about the margin colour.
 * You should do this with a child theme though, because if you make changes and
   there’s an update, you’ll loose your changes.
 *  Thread Starter [aasbd](https://wordpress.org/support/users/aasbd/)
 * (@aasbd)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/clour-change/#post-3357567)
 * I am using twenty eleven theme. I could change the header color but body color
   was not changed. Any other instruction for changing body color will be appreciated.

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

The topic ‘Clour Change’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [aasbd](https://wordpress.org/support/users/aasbd/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/clour-change/#post-3357567)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
