Copyright still existing although Child Theme activated

Dear Support-Team,

hope you’re doing fine.

On my site : www.meinehaartransplantation.net there is still the footer copyright text, although I have activated the child theme.

Unfortunately I need it to be removed… Can you find out, where the problem is?

Thank you for help!! :slight_smile:

Hello there,

I hope you are doing well today.

The only way to remove that information would remove all the content there. However, here is a bit of CSS code to remove it:


/*Remove Copright*/
.copyright {
    display: none;
}

Best Regards,
Support