Hello,
Try add this code to custom.css file
.footer {
background: red;
}
.footer .container {
background: red;
}
.copyright {
background: green;
}
.copyright .container {
background: green;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.