Hiding the Footer links and Copyright Logo - MKB0138 Follow
Sometimes you may want to completely remove the Site links and Copyright Logo located at the bottom of the page.
To do so we recommend using .CSS placed on your SEO/Code page.
Paste this code within the <head/> to hide them.
<style type="text/css">
.FooterPolicy { display:none; }
.FooterCopyright {display:none;}
</style>