Changing the background color of a single page

I am trying to change the background color of a single page. I have tried adding the following but am not having any luck:

.page-id-20 .sections_group{
background: url(http://tombbusters.com/wp-content/uploads/2016/06/stars.jpg) top left repeat !important;
background-color: #000000 !important;
}
.page-id-20{
background-color: #000000 !important;
}

As you can see at http://tombbusters.com/tomb-busters-comic/ , the background image displays as it should but the page color itself is being overridden but the site wide setting in the options panel. You see it at the very bottom after you scroll all the way down. There is a little white strip at the bottom of the page.

Do you guys have a suggestion for me? Any help would be appreciated.

Comments

Sign In or Register to comment.