- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly 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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Solved.
Pages > SEO Settings
In the footer code I added:
<style>
#footer{ background-color: blue !important; }
</style>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Solved.
Pages > SEO Settings
In the footer code I added:
<style>
#footer{ background-color: blue !important; }
</style>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report