Footer Section

Hello,
I was wondering how I can change the text at the bottom of the page which is “Theme by Colorlib Powered by WordPress”. I asked this before and a moderator gave me custom CSS code but I could not find the topic I opened long time ago in the forum agin. Thank you in advance,

hey there

Copyright text can be changed from appearance > customize > footer and credit text cen be hidded by this css added in appearance > customize > additional css:

/Hide credit text/
.footer .footer-credits {
display: none;
}

Regards Noda