Changing background color of footer?

Ho there,
want to change the background color of the footer on shapely theme site. I tried this in custom css

</* bgr color footer */
#footer {
background-color: #454545;
}>

but unfortunately with no result. The background color of th footer doesn’t change. Where else could the function for „footer bgr color change“ be hidden?

Best
Christoph

Hello,

You can change the footer background color by using this simple CSS

footer#colophon {
    background:  #454545;
}