How to remove text from footer "theme by Dazzling, powered by WP"

Hello,

After running the update, the footer info was also updated again.
Can you please help me by explaining how to remove the text “theme by Dazzling, powered by WP” from the footer.

Although I appreciate your theme a lot :slight_smile:

BR,
Ralph

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
I Cant see mentioned text in the footer, looks like you already removed it
Thanks!
Colorlib Support Team

Hello,

Thanks for replying so quick!

I’m afraid it is still there in the footer of our website.
I have made a screenshot. I only would like to have the copyright logo and my website name there. I had this in the past, but after updating the theme it put back the additional text.

BR,
Ralph

hey there

Well, this text in your question “theme by Dazzling, powered by WP” make me little bit confused :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.site-info a, #footer-area a {
display: none;
}

Thanks!
Colorlib Support Team

Almost there :slight_smile:

Now only the text “theme by, powered by” remains visible. Can this also be removed?
I have screenshot attached.

BR,
Ralph

Hi,

Add this code snippet into your child theme’s functions.php file,

function dazzling_footer_info() {
return " ";
}

gist URL: functions.php · GitHub

Type the double quotes, as it is typed from mac, it maybe converted to smart quotes when you copy paste, so don’t copy paste the double quotes.

Let us know,

Thanks,
laranz.

Dear Laranz,

It has been resolved :slight_smile:
Thank you very much for all the support!

BR,
Ralph

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support