Customizing the Footer
Removing the Footer
To remove the footer, just uncheck Footer under Page Properties.
Replacing the Footer
Paste the following code into a HTML module anywhere in the body of you page, inserting your code where indicated.
<script language="javascript">parent.document.getElementById('IWS_WH_Elem_Footer').innerHTML = 'replace with custom HTML';
</script>
Change the footer Background
Use the following CSS code and paste it in the CSS module under the Site Designer. Change the HTML HEX color code to your desired color, click here if you need a list of HEX color codes.
.MSC_FooterFrame{background-color: #000000;}