CSS to remove "Theme by Colorlib Powered by WordPress"

Does anyone have CSS to remove “Theme by Colorlib Powered by WordPress” from the footer?

I have no problem including credit, but the positioning and length of this line causes design issues.

Thanks!

Hi @slobjones,

I hope you are well today and thank you for your question.

You can hide it by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


.copyright.col-md-6 {
    display: none;
}

Best Regards,
Movin

That hides everything in the copyright section, including content entered into Sparkling Options/Footer/Footer information.

As others have requested, I only want to hide the hard-coded “Theme by Colorlib Powered by WordPress” text.

If anyone has figured out how to do this, please post your solution!

You can try achieving this by using the custom child theme of Sparkling theme shared in the following topic that contains some custom code.

https://colorlibsupport.com/t/remove-theme-by-colorlib-powered-by-wordpress/