Add a copyright notice in the footer using CSS
-
Hi
I am looking to add a copyright notice in the footer of the website using CSS.
http://www.hishamechafaki.com
Can you help?
Thanks
SandraThe blog I need help with is: (visible only to logged in users)
-
-
Oh wait you can, follow this: https://stackoverflow.com/questions/2741312/using-css-to-insert-text
-
Hi there, I see you have used the following to add your copyright to the footer of your site.
.site-info::after { content: "Copyright Hisham Echafaki 2017 - All Rights Reserved "; }Let us know if you have additional questions.
.site-info::after { content: "Copyright Hisham Echafaki 2017 - All Rights Reserved "; } -
-
- The topic ‘Add a copyright notice in the footer using CSS’ is closed to new replies.