Site logo

[Resolved] Change background color for header/nav on single post

Home Forums Support [Resolved] Change background color for header/nav on single post

Home Forums Support Change background color for header/nav on single post

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2403734
    Gerrit

    Hi, How do I change the background color for header/nav on single posts?

    #2403925
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    body.single .main-navigation, body.single .main-navigation ul ul {
        background-color: #000000;
    }

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

    Let me know 🙂

    #2404133
    Gerrit

    Perfect, thank you!

    #2404137
    Gerrit

    One more thing. How do I change the text color in the slide-out menu in single post?

    #2404141
    Gerrit

    Looks like I figured it out myself. Thank you.

    #2405191
    Leo
    Staff
    Customer Support

    Glad to hear 🙂

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