Thematic is a fantastic theme, and I have shaped and molded it into a beautiful site using a child theme.. However I just can not seem to manipulate the footer element much..
What I would like is to change the background color of the Footer so that instead of white I have a solid color going completely from edge to edge. What is the CSS I need to call in my child theme to do this?
#footer{
background: #CCC;
}
does not seem to do anything.. What should I try?