Title: CSS Header Background Colour Help
Last modified: February 13, 2018

---

# CSS Header Background Colour Help

 *  Resolved [hop3y](https://wordpress.org/support/users/hop3y/)
 * (@hop3y)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-header-background-colour-help/)
 * Hey,
 * I need to change the header background colour to #211850. It is currently white
   and can’t change it in the settings/customiser.
 * Can anyone help with some CSS that will change it?
 * Thanks
    Adam
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-header-background-colour-help%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [RoseHosting](https://wordpress.org/support/users/rosehosting/)
 * (@rosehosting)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-header-background-colour-help/#post-9968494)
 * Edit the /wp-content/themes/mh-magazine-lite/style.css file and change line 109
   to:
 * .mh-header {
    background: #211850; }
 *  Thread Starter [hop3y](https://wordpress.org/support/users/hop3y/)
 * (@hop3y)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-header-background-colour-help/#post-9968563)
 * Legend!
 * Thank you for your help!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-header-background-colour-help/#post-9968613)
 * In the “Additional CSS” section of the dashboard add this:
 *     ```
       body .mh-header {
           background: #211850;
       }
       ```
   
 * _[https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_

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

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

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/css-header-background-colour-help/#post-9968613)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
