Where do I change the color of the footer?
You mean the text in the footer?
In the Theme Manager > Extra CSS box at the very bottom..
#copyright
should be in there someplace.
No I mean footer background?
All you gotta do is add a background element in the #copyright class.

Like adding this to the #copyright
Code:
#copyright {
background: #000000;
}
the background is an element. Just add something like that (with your color) to the class.

There are lot of extra css boxes. Which section?
FirefoxWiz Wrote:Extra CSS box at the very bottom..