@lukeither,
I’m not sure where you want to change the background color and font color. However, please try as follows:
– In the footer, your site has 4 path as in this image:
– You can use these class suffix to customize the css. In this case, find and change the color in this CSS rule as you wish:
#ja-navhelper {
background: url("../images/line-bottom.gif") repeat-x scroll left top #222222;
}
#ja-botsl3 {
background: url("../images/gray-bg.gif") repeat scroll left top;
}
#ja-botsl4 {
background: url("../images/gray-bg.gif") repeat scroll left top;
}
#ja-footer {
background: #111111;
}
Let me know how it goes.