Copyright footer in Twenty Ten Theme
-
I’m trying to add a copyright footer to my Twenty Ten theme and could use some help.
I’m a bit clueless on CSS. I copied and pasted the above into my CSS editor and clicked Preview but it didn’t seem to work.
Any idea why? Do, I replace the CSS default instructions? Or copy it below it? Should the code be different for my theme?
My blog is stemroots.net.
Any pointers are much appreciated. Thank you.
The blog I need help with is: (visible only to logged in users)
-
I copied and pasted the above into my CSS editor
Sorry, no CSS code is visible in your post.
Also please note that on WordPress.COM sites, you can’t add HTML to your pages (apart from the content).
-
Hi @jengirl3, on the left, you have STEM Roots, the name of your site and on the right, the WordPress.com and Theme footer. Where do you want your copyright?
If you want it before the theme credits on the right, then you can add the following and edit the “content” copyright statement.
#site-generator:before { content: "My Copyright Statement"; display: block; margin-bottom: 10px; }If you want it after the site title on the left, you can add the following and edit.
#site-info:after { content: " My Copyright Statement"; margin-top: 10px; } -
I’m closing this thread since you have solved the issue in a different thread at: https://en.forums.wordpress.com/topic/add-copyright-to-footer-2?replies=8
- The topic ‘Copyright footer in Twenty Ten Theme’ is closed to new replies.