Remove entire footer or hide top footer band
If you would like to remove the entire footer, you can add this code under Appearance / Customize / Additional CSS:
footer.footer {display:none;}
Sometimes you want to hide the widget band because you are not using widgets - in this case, remove the widgets and then add this:
.footer {padding-top:0;}
or you may just want to hide the copyright bar:
.footer-btm-bar {display:none;}
If you have any questions not answered here, please feel free to open a ticket.