How do you change the colour of this
- Go to Ghost Admin.
- Click Settings cog.
- Click Branding.
- 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;
}