How to change footer background color on a page

My site has only one main page with a white background and I removed the footer.  So it is all white - the main body and the footer area.

I am now adding a page with a different main body background color and I want the footer area to have that same background color on only this page.  The footer itself is hidden on this new page probably because my original hiding of it hides it for all pages.

I do see how to change the footer color theme-wise, but that affects every page; I only want a certain footer background color on this one, new page.

Any suggestions?

1,249 Views
Message 1 of 2
Report Inappropriate Content
1 Best Answer

Best Answer

Solved.

Pages > SEO Settings

In the footer code I added:

<style>
#footer{ background-color: blue !important; }
</style>

View Best Answer >

1,238 Views
Message 3 of 2
Report Inappropriate Content
1 REPLY 1

Best Answer

Solved.

Pages > SEO Settings

In the footer code I added:

<style>
#footer{ background-color: blue !important; }
</style>

1,239 Views
Message 3 of 2
Report Inappropriate Content