Hi there,The color of the footer text can be set within the system in Pagelines>Site Options>Color Control.
In the Pagelines Framework you'd have to use css to change the bg color of your footer. If you've not used css before I'd advise you check out this link
Please Login or Register to see this Hidden Content
which will give you an overview. We'd advise you get firebug, www.getfirebug.com which is a web developer tool to find the various Id's and Classes required to make the css amendments. Another great resource for learning css is
Please Login or Register to see this Hidden Content
An example of change the color of the footer using css is below. The instruction background changes the background color to black, and color changes the text.
Please Login or Register to see this Hidden Content