Footer

Hello there,
I dont need the footer. Cant find where i can delete it!
Delete the widgets etc …
But always there.
All the best maxus

Hey there,

I hope you are well today and thank you for your 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 -> Additional CSS

/*remove footer and extra space*/
#footer > div.container{
  display:none
}
#footer .bottom-footer {
    padding: 30px 0;
}
footer#footer{
  padding: 0px
}

Best regards,
Support.

Cool. It works fine. Thanks so lot.
One question.
When id like to have one link in the dark area for a disclaimer!
Possible, too.
best regards,
Maxus

Please see screenshot! Possible?
Thanks a lot Maxus

Hi,

You can add it using the copyright text, Go to Appearance -> Customize -> General Options -> Copyright. If you want to remove Theme: illdy in the footer, then create a child theme, copy the footer.php from you parent theme to the child theme, then edit the bottom footer according to your needs around line #69.

Let us know,

Thanks,
laranz.