Changing Background Color Of Any WordPress Page 2022

Themes may have their own settings but here’s a way to change the background color of any page in the Customizer. Just add the following code in Additional CSS. Where the post number is the home page id. You can find that by hovering over the home page link in WordPress’ Pages listing.

/* home page background color */
.post-9 {background-color:#FF7D0B !important;}