There is as far as I know not an option to do this in OnePage Express itself, but there is a way to change the coloured footer box.
Go to Customizer -> General settings -> Additional CSS and paste the following code:
.footer-column-colored-1 {
background-color: #151515
!important;
}
In my case this background colour would be dark gray (as #151515 already suggests). You can ofcourse change this to whatever hex colour you would like. I haven’t looked into changing the footer as a whole since I don’t need it for my site.
Hope this helped,
– John