Footer copyright for my website
-
Hi,
Could you help withe the CSS code for a copyright notice to the existing footer of my website? At the moment it only says “Advise Tree” but I would like it to says “2020. Advise Tree All Right Reserved”
Thank you
BeniciaThe blog I need help with is: (visible only to logged in users)
-
Hi there!
I had success with the CSS:
.site-info a.site-name::before { content: '2020 '; } .site-info a.site-name::after { content: ' All Rights Reserved '; }Please let us know if this works for you.
I can’t determine what theme you are using, but your theme might provide a way to do this without code.
Did you know that your WordPress.com plan includes live chat support? Staff frequently recommends live chat support as a way to get help faster with questions like these.
-
- The topic ‘Footer copyright for my website’ is closed to new replies.