Add a background image to the footer

Home Divi Code Snippet Library 'Divi Footer' Snippets Add a background image to the footer....

To add a background image to the footer:

#main-footer {
background: url("#") !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}