April 24, 2014 at 05:56
#15918
adam
Participant
hi @boblebad – i’m a little late on this thread, but thought this could be of help to you or anyone else reading this. i had to do something similar. i just wanted my About page to have a certain background color while the other pages do not. I had to find the page id by setting my permalinks temporarily to default and then use this for my code:
.page-id-1348 #main {
background-color: #e0f0fc;
}
my About page id as you can see is 1348. You can follow this example to change the background of individual pages.