hide footer widgets on static home page

Hello,
on fosternet.de , i’d like to achieve to hide the footer widgets just on the static home page.
I couldn’t manage the footer to stick at the bottom without huge efforts, so i decided to hide (transparent) the footer at all, but this looks ugly if a page doesn’t have content, which is intended for the static start page (just a background slideshow).
Is there a recommendation how to get that?
Thanks
Niko

Hi Niko,

Thank you for your another question.

You can try achieving 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

body.home .footer-widget-area {
    display: none;
}

Best Regards,
Movin

Thanks again very much

You are most welcome here :slight_smile: