Copyright
-
Hi, sorry im new on this, how can I put copyright on my website footer?
The blog I need help with is: (visible only to logged in users)
-
Hi there, and no apologies, we are here to help. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. You can edit the text between the quote marks to make the copyright say what you want it to say.
footer .left { text-align: center; width: 100%; } footer .left:before { content: "My Copyright"; display: block; font-size: 130%; margin-bottom: 10px; text-transform: none; }I also increased the size a bit and added a bit of bottom margin to separate it from the WordPress logo. Let me know if you wish to make other changes to it.
-
-
- The topic ‘Copyright’ is closed to new replies.