I am trying to have a gray background for a landing page for a book giveaway I will soon be promoting. I have made many pages like this in the past.
Here is the URL of the page in question:
Please Login or Register to see this Hidden Content
Here is the custom CSS I have implemented in the Pagelines Customize Plugin:
.page-id-4377 #page {background-color: #E7ECEF;}
body.page-id-4377 {background-color: #E7ECEF; margin-top: 30px;}
body.page-id-4377 .content-pad {padding: 0;}
.page-id-4377 .page-canvas {background-color: #E7ECEF !important;}
I have a similar page that is up on my site from a prior contest where this works just fine so I am baffled.
Here is the existing page that works correctly along with the CSS:
Please Login or Register to see this Hidden Content
.page-id-2130 #page {background-color: #E7ECEF;}
body.page-id-2130 {background-color: #E7ECEF; margin-top: 30px;}
body.page-id-2130 .content-pad {padding: 0;}
.page-id-2130 .page-canvas { background-color: #E7ECEF !important; }
What might the issue be?