[Resolved] Change Site header background color on different pages

Home Forums Support [Resolved] Change Site header background color on different pages

Home Forums Support Change Site header background color on different pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #746354
    Charles

    I am sure the answer for the above question is already found on your forum, but can’t find it. I would like to change the site header, especially the color of the background, for different pages on my site. How can this be done?

    #746364
    Leo
    Staff
    Customer Support

    Hi there,

    You would need find the page ID and target it using CSS like this:

    .page-id-xx .site-header {
        background-color: #000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #746400
    Charles

    Yes, this works. Thank you for the timely response.

    #746403
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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