Add copyright info in footer

  • Is there a way to add my own copyright info in footer? I removed wordpress copyright in footer and now there is a blank space.
    Thank you!

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

  • Hello!

    WordPress.com does not provide an option for adding custom copyright text by default. However, you can add a custom footer credit text by adding the following CSS within the “Additional CSS” section of the WordPress Customizer:

    .footer-content::before {
        content: 'My Custom Business Copyright';
    }
    

    I hope this helps!

    Thanks!

  • The topic ‘Add copyright info in footer’ is closed to new replies.