For free weebly accounts and websites, having a customized footer that looks legitimate and professional, similar to paid accounts (pro, etc.), is easy. It doesn't matter what weebly theme you are using, HTML and CSS codes are standard.
HTML
1. Go to Design and click "Edit HTML / CSS"
2. Choose a page layout (you may insert the code to all page layouts if you want)
3. Look for:
<div 'footer-wrap'>
<div 'site-footer container'>
{footer}
Here's the sample of the code:
<div 'footer-wrap'>
<div 'site-footer container'>
{footer}
<div align="center"> © 2014 <a href="http://www.romagvelasco.com"> Roma G. Velasco, </a> All Rights Reserved |
<a href="http://www.romagvelasco.com/contact.html"> Contact</a> |
<a href="http://www.romagvelasco.com/about.html">About Me</a> |
<a href="http://www.romagvelasco.com/blog.html"> Blog</a> |
Design by: <a href="http://www.romagvelasco.com"> Roma G. Velasco</a>
</div>
<div id="footer" >
{footer}
<div ></div>
CSS
Make sure that your footer setting is set to show your footer content correctly. Go to CSS (main-style.css) and look for the *Footer setting. You can adjust the height and over-all look of your footer (background-color, text-color, border-top, etc.).