Archived topic
Set background color on post detail page
3 replies · Started by Steig on April 26, 2019
Viewing posts 1–4 of 4
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
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 :)
thank you!
No problem :)
This archived topic is closed to new replies.