Archived topic
Change background color on Single Post
17 replies · Started by Muhammad on September 18, 2019
Viewing posts 16–18 of 18
Glad I could help :)
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;
}
Thanks for sharing!
This archived topic is closed to new replies.