Home › Forums › Support › Change body background color only on some pages This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 26, 2019 at 1:46 pm #793132 Matteo Just changed the body background color from grey to white to fix some colors’ mismatch in my homepage: Customizer->Colors->Body->Background Color. But the body background color changed for the whole site. How can I do to change it only for some pages using CSS? Thanks. January 26, 2019 at 4:14 pm #793208 LeoStaff Customer Support Hi there, You can use CSS like this: body.page-id-xxx { background-color: #000; } And just replace xxx with the actual page id. Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In