Figured out how to change the text color.
<font color=”#000000″>text</font>
Footer background color
footer#colophon {
background:#000;
}
Text color in footer
footer#colophon .site-info {
color:#fff;
}
Link color in footer
footer#colophon .site-info a {
color:#f1f1f1;
}
Thank you for the information. I apologize, but I have only limited website creation knowledge, so I need to ask – where to put these lines? Style.css or footer.php? And where exactly? I need to change the footer background color.
Thank you very much!
it must be on the css box go to appearance -> theme options-> custom css
something like that