[Resolved] Change background color on Single Post

Home Forums Support [Resolved] Change background color on Single Post

Home Forums Support Change background color on Single Post

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1012994
    Leo
    Staff
    Customer Support

    Glad I could help 🙂

    #1493905
    meg

    For any of you who want to change the colour of a single page only, try this:

    /*change background colour of single page (outer frame)*/
    body.page-id-#### {
    background-color: #ffffff;
    }

    /*change background colour of single page (article on a single page)*/
    .single.separate-containers .inside-article, .page-id-#### .inside-article {
    background-color: #ffffff;
    }

    #1494468
    Leo
    Staff
    Customer Support

    Thanks for sharing!

Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘Change background color on Single Post’ is closed to new replies.