Hi there!
Thanks for your query.
I have checked your site and it is black for upto resolution 1500px. Here is the media query responsible for this settings.
@media (max-width: 1500px){
#sp-footer, #sp-bottom {
background-color: #000 !important;
}
}
For which resolution you want it to change? However, you can modify the code by changing your preffered resolution in the above code and you can use the modified code in your custom CSS.
Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Best Regards