Can't change font color in content block in footer only

Permalink
When I add a content block to the footer, I'm not able to change the font color. It always reverts back to black. It only does this in the footer. When I change the font color in the main area it works fine. I'm assuming there's some default color set that can't be overriden for some reason, but can't find where that may be.

The site is probertaop.org

Thanks for any help

 
globalnerds replied on at Permalink Reply
globalnerds
You need to change things in main.css. There is an area called footer-wrap you need to add color to that:

#footer-wrap {
    background-color: #606060;
    color: #FFFFFF;
    padding: 20px 0;
}


If you have links there, you will also need to deal with them.