Archived topic
css rule for homepage only
3 replies · Started by johnaps on December 15, 2019
Viewing posts 1–4 of 4
Hello, can i add background-color: #fffffff; only for my homepage?
Hi there,
Try this CSS:
body.home {
background-color: #fff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
thank you for your great support!
No problem :)
This archived topic is closed to new replies.