Remove Footer & Widget Section

Hi,

I would like to remove the footer section.

How can I remove it?

Hello,

Use this CSS code to remove the footer:

#footer{
display: none;
}

Best regards

where can i add the code?

Hello,

This code should be placed in a child’s theme stylesheet.css, ideally.
But you can use a Custom CSS plugin or place it inside Dashboard > Appearances > Editor > Style.css but keep in mind that this will get erased if you update the theme.

Let me know if you got it right