Title: keswickps's Replies | WordPress.org

---

# keswickps

  [  ](https://wordpress.org/support/users/keswickps/)

 *   [Profile](https://wordpress.org/support/users/keswickps/)
 *   [Topics Started](https://wordpress.org/support/users/keswickps/topics/)
 *   [Replies Created](https://wordpress.org/support/users/keswickps/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/keswickps/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/keswickps/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/keswickps/engagements/)
 *   [Favorites](https://wordpress.org/support/users/keswickps/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] Change banner photo](https://wordpress.org/support/topic/change-banner-photo/)
 *  Thread Starter [keswickps](https://wordpress.org/support/users/keswickps/)
 * (@keswickps)
 * [6 days, 3 hours ago](https://wordpress.org/support/topic/change-banner-photo/#post-18959263)
 * Nobody replied to this, but I finally worked it out myself. I couldn’t find how
   to add an image above the menu to my header, but managed to change the header
   colour. So for anyone else wondering the same thing here’s what I did.
 * Right click anywhere on your website and choose Inspect (Q)
   Click on the arrow
   in the top left corner of InspectThen click on your header. This will tell you
   the “div class” of your header (mine is site-branding).Exit Inspector by clicking
   the X on the far right.
 * To go your site’s dashboard.
   Click on Appearance/Customise/Additional CSSInput
   the following CSS:
 * /*header colour */
   .site-branding {background-color: #016eac;}Replace “.site-
   branding” with whatever your Inspect Q div class is for your header, and the 
   hex (#) with whatever colour you want the header to be.Click publish and your
   header colour should now have changed.My theme is Twenty Seventeen.

Viewing 1 replies (of 1 total)