Disable Shapely Footer on Front Page

Hi there,

How do I remove the theme and ‘powered by’ footer and black box of the front page footer from my site?
I’ve found previous posts regarding this issue, however, the additional CSS provided in the older response shows an error on my side. How can I remove this?

Thanks.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the footer information by going to Appearance > Customize > Additional CSS and pasting it there.

.footer .footer-credits { display: none; }

Best Regards,
Support

Thank you for getting back to me, much appreciated.

How do I also remove the black box?

Hello there,

I am not sure what are referring to regarding the black box, could you provide a link to the page along with an image of the box?

Best Regards,
Support