Copyright
-
I want to add a copyright notice somewhere on my home page but can’t figure out how…like a footer at the bottom, don’t want to use a text widget.
The blog I need help with is: (visible only to logged in users)
-
-
Be sure to read Adding to the Credit https://en.support.wordpress.com/footer-credits/#adding-to-the-credit See here for details on purchasing an annually renewable Premium or Business plan https://wordpress.com/pricing/ that contains a custom design upgrade required for CSS editing.
Note 1: Once you have the required upgrade you can use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can create a thread that will appear in the CSS Forum where you will get the help you need with CSS editing.
Note 2: You can also post there prior to purchasing an upgrade to get an answer to whether or not what you want to do can be accomplished via CSS editing.
-
Hi @gorillabay8, to add a copyright to the footer, it will require custom CSS, and that is a feature of the WordPress.com Premium Plan and WordPress.com Business plan upgrades. If you decide to get one of those upgrades, you would then go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and edit the content string of text as desired.
.site-info:before { content: "My Copyright"; display: block; }
- The topic ‘Copyright’ is closed to new replies.