[Resolved] Set background color on post detail page

Home Forums Support [Resolved] Set background color on post detail page

Home Forums Support Set background color on post detail page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #880969
    Steig

    Hello,

    I’d like to set the background color of just the post detail page, leaving the post archive page’s colors to be set by the body background color in the customizer.

    Is that possible?

    Thanks

    #881012
    Leo
    Staff
    Customer Support

    Hi there,

    You are referring to single posts I assume?

    If so give this CSS a shot:

    body.single {
        background-color: #000;
    }

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

    Let me know ๐Ÿ™‚

    #881020
    Steig

    thank you!

    #881028
    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.