Hi nathanshel
For the font color add this to your custom.css
.acm-features.style-1 .lead {
color:#yourhexcolor!important;
}
For footer add to custom.css
.t3-footer {
display:none;
}
If you do not have already a custom.css file then create it in this folder /templates/ja_sensei/css/
also disable from your global configuration the development mode.
Regards