[Resolved] Header Colour

Home Forums Support [Resolved] Header Colour

Home Forums Support Header Colour

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #53785
    Tam

    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

    #53811
    Jean Paiva
    Developer

    You forget the # before the hex.

    try this:

    .site-header {
    	background-color: #f05a28;
    }
    #53824
    Tom
    Lead Developer
    Lead Developer

    Thanks, Jean!

    With the # added, that code should work ๐Ÿ™‚

    #610009
    Anil

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

    #610021
    David
    Staff
    Customer Support

    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/

    #610045
    Anil

    Thanks David, your link solved the issue. Regards.

    #610051
    David
    Staff
    Customer Support

    You’re very welcome. Glad to be of help

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.