Hi Chris,
Please open file root_folder/templates/ja_medicare/tpls/blocks/footer.php and look for this code :
<jdoc:include type="modules" name="<?php $this->_p('newsletter') ?>" style="raw" />
then update as below :
<jdoc:include type="modules" name="<?php $this->_p('newsletter') ?>" style="T3Xhtml" />
Next, open file root_folder/templates/ja_medicare/css/custom.css (if you don’t have this file, just create a new one) then add this code :
.t3-copyright .t3-module .module-title {
color: #ffffff;
font-size: 15px;
margin-bottom: 12.5px;
text-transform: uppercase;
}
Save your file and recheck.