Widget ist not shown correctly

Hi guys,

hope you’re doing finde. My widget is not shown correctly. Why?

The first Widget is shown with a white background and a central text. That is perfect. But the Widget below it doesn’t have the white background. Where is the problem?

Also the child theme is activated but unfortunately the text “Theme von Colorlib Powered by WordPress” is not being removed.Why?

Thanks for helping!! :slight_smile:

Elias

Upps sorry. Here the domain: https://www.was-tun-gegen-schwitzen.net/

Edit: Widget Problem solved. But Footer problem still existing.

Hello there,

I hope you are doing well today.
You can use the following CSS code to remove the copyright by going to Appearance > Customize > Additional CSS and pasting it there however it would remove all the content there.

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

Best Regards,
Support