Copyright Symbol For Footer
-
Hi,
Does anybody know how to add a “Copyright” symbol at the bottom of my homepage in the footer to go next to my website name?
Thanks
The blog I need help with is: (visible only to logged in users)
-
-
Hi there,
Where exactly do you want it added in the footer? The following code will add it right at the end, next to “Blog at WordPress.com”. Give it a try and let me know if you want it placed somewhere else!
#footer #credit-link:before{ content: "© Blog Name | "; color: #888888; }Paste the code under Customize > CSS.
-
This custom CSS should do the trick.
#footer:before { content: "© Fifa Solved"; }To add custom CSS
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
You need to be on the WordPress.com Premium Plan for custom CSS to save.
-
Thank you very much both of you for your help i have done it successfully, thanks again guys.
-
-
- The topic ‘Copyright Symbol For Footer’ is closed to new replies.