Removing Footer text

Hi,

i am using Sparkling theme.
Is it allowed to remove the footer text “Theme von Colorlib Powered by WordPress”?

thank you
Peter

Hi Peter,

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

You can try achieving this 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