Hey there robshowla,
Hope you’re well today!
As far as I can see footer is having background color added on two places. You can change it by adding some custom CSS in Appearance >> Theme Options >> Tools >> Custom CSS:
.site-footer {
background: #131313;
}
.footer-wrapper {
background: #000000;
}
First part is the color on the sides of the footer and the second footer background color. Please replace color hex values to change the color of the footer.
If this is not what you’re looking for please post link to your site so I can take a look.
Hope this helps ??
Best regards,
Bojan