Copyright with css
-
Hi,
What is the css to add a copyright to the footer of this website.
Regards, Katinka
The blog I need help with is: (visible only to logged in users)
-
Hi Katrinka, I’ve reversed the colors on the WordPress footer credits and the newly added copyright text. Add the following to your custom CSS and then edit the content between the quote marks.
.site-info a { color: #777; } .site-info:before { content: "My Copyright here"; display: block; color: #e5af80; margin-bottom: 10px } -
Hi,
Thanks, that is working except when I add the © in the correct space I see © rather than the copyright symbol. What do I need to add here instead?
.site-info a {
color: #777;
}.site-info:before {
content: “© 2017”;
display: block;
color: #e5af80;
margin-bottom: 10px;
} -
I’m seeing the copyright symbol (C in a circle) when I use your code on your site. Isn’t that what you are wanting?
-
-
- The topic ‘Copyright with css’ is closed to new replies.