CSS for copyright in footer
-
I am trying to add CSS code to add my copyright in the footer. I am using LABEL theme. This is the code I used:
.site-info::before { content: "Copyright ©Ink In Thirds - All Rights Reserved"; display: block; color: #265131; font-size: 75%; font-weight: bold; }Nothing is showing up.
Can someone please help me with this?
The blog I need help with is: (visible only to logged in users)
-
Oops… It should read:
.site-info::before { content: "Copyright ©The Offices at Spenryn - All Rights Reserved"; display: block; color: #265131; font-size: 75%; font-weight: bold; }Sorry for the confusion. Ink In Thirds is my other site.
- The topic ‘CSS for copyright in footer’ is closed to new replies.