how to add copyright in the footer
-
Hi, I-m using The Pachyderm Theme and I want to add copyright 2014 to my blog- Gabriela Marginean. Thank you
The blog I need help with is: (visible only to logged in users)
-
Go to Appearance > Customize > CSS and paste this into the text area (you can delete all the example text). You can switch “after” to “before” if you want it the other side of the existing credit text.
.blog-credits:after { content:"Copyright Gabriela Marginean 2014."; }
- The topic ‘how to add copyright in the footer’ is closed to new replies.