Lovecraft content copyright
-
I’d like to add a copyright in the footer, if possible with the Lovecraft theme. I see on other threads that the code differs widely according to theme. I tried one that didn’t work.
Suggestions appreciated.
The blog I need help with is: (visible only to logged in users)
-
You can use the following CSS code
For the copyright info to appear on the left of the existing text
.site-info:before { content: " Copyright info "; }or the right
.site-info:after { content: " The letters project " } -
-
- The topic ‘Lovecraft content copyright’ is closed to new replies.