Hey there lynbstyle,
Hope you’re well today ??
I’ve checked the theme that you’re using and by default footer is white in my sandbox site.
You should be able to change the background color of the footer with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
https://www.ads-software.com/plugins/simple-custom-css
.blog-footer {
background-color: #fff;
}
.footer-top {
background: #fff;
}
First part will change background color of footer area where widgets are, and the second part background color of copyright footer area.
If the code doesn’t work please post link to your site so I can take a look ??
Hope this helps ??
Cheers,
Bojan