Remove " Theme by Colorlib Powered by WordPress" from Footer

Anyone who could help me to remove this?

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the footer by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove footer*/
.footer .footer-credits {
    display: none;
}

Best Regards,
Support

I’m fine :slight_smile:

And thanks for the quick response :slight_smile:

One last more question, how can change the footer to like “Copyright 2017” ?

Hey there,

Thank you for keeping in touch,

To achieve this go Appearance > Customization > Footer
Then add the copy right text you wish to have

Best Regards,
Support.