Footer copyright for my website

  • Unknown's avatar

    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
    Benicia

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    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.

  • Unknown's avatar

    Great thank you!

    I will bear in mind the live chat support in the future!

    Benicia

  • The topic ‘Footer copyright for my website’ is closed to new replies.