Change Casper header Colour without changing accent colour

Hello,

What is the bit of code injection I’d need to change the colour of the Casper header so that it is separate from the accent colour?

For example, I’d like to keep the header black, while using red as the accent colour on the links.

Thank you for your help.

You could try

<style>
.gh-head, .site-header-content { background: #000; }
</style>
1 Like

Thank you so much. This works.

Hello, I tried to inject this snippet into header, but it didn’t change my colour :/