Remove "Powered by Wordpress"

Hello,

I am using the child theme for sparkling

I would like to remove “powered by wordpress” from the footer but I do want to keep “Theme by Colorlib” on the footer. How can I do this?

Thanks.

Make a copy from the footer into your child theme.

Change on line 31:

<?php sparkling_footer_info(); ?>

to

<a href="https://colorlib.com" target="_blank">Theme by Colorlib</a>

It worked! Thank you