Copyright Content On Footer
-
Please is there a CSS to use add copyright content to the footer of my site?
The blog I need help with is: (visible only to logged in users)
-
Hello,
Kindly use this code to do that
.site-info::after { content: "Copyright isochillbeats 2019 - All Rights Reserved "; }Let me know if it works
Thanks
-
-
Hello,
Sorry about that
Could you try this
.credits::after { content: "Awesome Copyright Text."; display: block; }Let me know
-
-
-
-
Hi @isochillbeats
This CSS code should work:
#footer#footer:after { content: "Your Copyright Text Here"; color: #000; display: block; text-align: center; padding-top: 30px; }You can change text color and size to your liking.
I hope this helps :)
-
Hello,
I’m still trying to get a hang on CSS but could you please try this?
footer#footer .footer-wrap { content: "Copyright isochillbeats 2019 - All Rights Reserved "; text-align: center; }Thanks
-
-
-
Hi,
#footer#footer:after { content: "© 2019 SochiLLBeats Blog. All Rights Reserved."; color: #000000; display: block; text-align: center; padding-top: 30px; font-size: 30px; }Adjust “Font Size” Value to what you want
Thanks
-
-
- The topic ‘Copyright Content On Footer’ is closed to new replies.