• Hello. I love supporting the community of WordPress and always tell people in person where my site was created; however, I need a copyright for my site material and want to replace the “Proudly Powered by WordPress” with my copyright. How do I do this in the custom CSS?

    Thank you so much
    Angela

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is not a css issue.

    In your child theme copy/create the footer.php file. You will see where the “powered by” appears. You can substitute your copyright notice there.

    Just in case you or someone else still needs the answer to this, you can easily do this in CSS without creating a child theme and a new footer.php. Just use this code:
    .site-info::after {
    content: ‘? your copyright statement’;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Footer – Twenty Seventeen’ is closed to new replies.