Remove footer on home page

So I’ve been able to remove the text ‘Theme by Colorlib, Powered by Wordpress’ but the black box of the footer is still there. How can I remove this?

Hi @kieranp,

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

You can try removing this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

footer#colophon {
    display: none;
}

Best Regards,
Movin