If wanting to keep the bottom bar, but want to remove the main footer area for widgets, try the following code in Theme Options >> Advanced >> Custom CSS
.footer .wf-wrap:not(#bottom-bar .wf-wrap) {
display: none;
}
If wanting to keep the bottom bar, but want to remove the main footer area for widgets, try the following code in Theme Options >> Advanced >> Custom CSS
.footer .wf-wrap:not(#bottom-bar .wf-wrap) {
display: none;
}