1. Find page id: “right-click” -> “inspect element”
2. Add this code to custom CSS:
body.page-id-xxxx { background-color:#008000!important; }
3. Change “xxxx” to your page-id number.
Hope this helps.
P.S. For Homepage, use this code:
body.home { background-color:#008000!important; }