Footer unclear (Simple theme) #1700
Unanswered
henkvantijen
asked this question in
Help
Replies: 1 comment 1 reply
-
|
So did you answer your own question? Is it working now? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My client wants a common black footer under all pagesof the site.
I added to T&P > Custom CSS
.footer{
background: black;
}
.footer p {color: white;}
This works, I get a black area under every page.
To add content to the footer, I added text to T&P > Custom HTML > Footer , but this text appears below the black footer, so it's more of a below-footer?
[ I found out the actual content of the footer can be set at Theme > Footer , this for other newbies who might be reading this]
Beta Was this translation helpful? Give feedback.
All reactions