Hiding Your Site's Footer Links - MKB 0103 Follow
1. In order to hide your site's footer links, go to My Account --> Site Settings --> SEO/Code -->and open the Code tab.
2. You will then copy and past the following script into the <head> section:
<style type="text/css">
.FooterPolicy { display:none; }
</style>
3. Your footer will go from appearing like this:
To this: