Change header background colour

How do you change the colour of this

  1. Go to Ghost Admin.
  2. Click Settings cog.
  3. Click Branding.
  4. Change the accent colour top left

@hkalant I don’t want to change the accent color

@hkalant is there a case way

Put this in your code injection:

.gh-head, .site-header-content {
    color: #put-your-text-color-here;
    background: #put-your-background-color-here;
}

Add your own colours after the colons.

Thanks so much

P.S I meant CSS by the way

@hkalant On Mobile the Menu is a different color to the header how do you change it to match

With this:

.home-template.gh-head-open .gh-head {
    background: #d3d3d3;
}