This custom CSS code works with any Elegant Themes theme. It can be used when custom footer widget areas appear in parts of the site and you do not want them to be displayed in the footer.

When logged into WordPress navigate to Divi >> Theme Options and in the custom CSS box at the bottom, place the following code:

.footer-widget {
display: none;
}