Adding text to the footer
-
Hi there.
How to add my own copyright notice to the footer, please?
Many thanks.
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping this code in your custom CSS area should do the trick:
.site-info:after { content: "footer text here"; float: right; }Let me know if that wasn’t what you were looking for!
Sage
- The topic ‘Adding text to the footer’ is closed to new replies.