Can I display a copyright banner at the bottom of my blog?
-
I’ve been using a sidebar text widget to display my blog’s copyright information, but I hate the look of it. I don’t want my copyright information to be so obvious. I have also tried using a footer text widget, but it looks out of place because I have no control over the alignment of the widget (left, right, center) and would prefer it to be centered. Is there a way to insert a banner I can display permanently at the bottom of my blog for my copyright information?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Yes you can do this if you edit CSS. Please go to Appearance > Customize > CSS and remove the informational content. Then try adding this:
.footer-wrap a:first-child:before { Content: "Copyright Your Name. All Rights Reserved."; }In between the ” ” you can change the wording to your preference.
Let me know if you have any questions with this!
-
-
- The topic ‘Can I display a copyright banner at the bottom of my blog?’ is closed to new replies.