How do I change my copyright footer?
-
I’ve had this answered before, and for the life of me cannot figure out how to do it again. How do I update my blog’s copyright (currently 2014) to 2015? I think I created the copyright in a footer widget, and it’s displayed at the very bottom of my page, but I cannot find anything on my dashboard that will allow me to edit it. Help!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I see that Grace helped you make this change with CSS here:
https://en.forums.wordpress.com/topic/can-i-display-a-copyright-banner-at-the-bottom-of-my-blog
This is the CSS your blog is using to display that copyright:
.footer-wrap a:first-child:before { Content: "Copyright HelloSoul 2014. All Rights Reserved."; }You can open your blog’s Customizer and head to the CSS section to make changes to that CSS code.
Please let me know if you have any questions about that. :)
- The topic ‘How do I change my copyright footer?’ is closed to new replies.