How do I customize a footer on my site (URL = lanternprojectonline.org)?
-
I would like to have a copyright and date in a footer on each page of my site. So far I haven’t been able to access a footer to add a text widget. Can you help? Thanks!
The blog I need help with is: (visible only to logged in users)
-
You won’t be able to remove the Blog at WordPress.com and theme credits as those are required per our terms of service. However, you can add your copyright to them using the following CSS:
#site-generator::before { content: "This is some text | "; }Just paste that under Appearance -> Customize -> CSS. Can you give that a try? Just replace “This is some text” with what you would like to add.
-
Great, thanks Jeremy. That worked.
Are the “wordpress” footers required even when sites are upgraded, like mine? Thanks!
-
Are the “wordpress” footers required even when sites are upgraded, like mine?
They are required on all WordPress.com sites. Let us know if you need anything else!
- The topic ‘How do I customize a footer on my site (URL = lanternprojectonline.org)?’ is closed to new replies.