x

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,036 Views
Message 1 of 2
Report
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,025 Views
Message 3 of 2
Report
1 REPLY 1

Best Answer

Solved.

Pages > SEO Settings

In the footer code I added:

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

1,026 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.