Site logo

Archived topic

Header Colour

6 replies · Started by Anonymous on December 11, 2014

Viewing posts 1–7 of 7

Hi,

Am new to using GP. Am trying to change the header background colour, which by default is set to white.

I downloaded the simple custom css add on and put in there:

.site-header {
background-color:f05a28;
}

But it is still white :( I can see the on page css that's causing this to happen, but can't find where to change it.

Thanks in advance

You forget the # before the hex.

try this:

.site-header {
	background-color: #f05a28;
}

Thanks, Jean!

With the # added, that code should work :)

Do we have some option in customization to change color of header?

Hi there,

this is a really old post, it may be best to raise a new topic if you have any issues. But the simple answer is yes, you can use the GP colors module, which allows you to change the colors of all the theme elements.

See here:

https://docs.generatepress.com/article/colors-overview/

Thanks David, your link solved the issue. Regards.

You're very welcome. Glad to be of help

This archived topic is closed to new replies.