How To Remove Default Footer In Blogger And Adding Your Own Customize Footer?



It's so easy to make a blog in blogger, but in reality it's very hard to make an effective and user friendly blog (especially in terms of terms of SEO). Today, I'm gonna tell you about "How to remove default footer in blogger and adding your own customize footer?".

Some bloggers don't like default footer in their blogs like me and they wish to add their own customize footer. Well, it's too easy to remove the default footer, follow these simple steps:
  • Login to Blogger.
  • Go to Design> Edit HTML
  • Backup your template.
  • Check “Expand Widget Templates". 
  • Look for the code: 

    <footer>
    <div class='footer-outer'>
    <div class='footer-cap-top cap-top'>
    <div class='cap-left'/>
    <div class='cap-right'/>
  • Change it with the following code:

    <footer style='display:none'>
    <div class='footer-outer'>
    <div class='footer-cap-top cap-top'>
    <div class='cap-left'/>
    <div class='cap-right'/>
  • Click Preview and Save Template. You've removed your default blogger now.

Adding your own customize footer:


After removing default footer, next step is to add your own customize footer (e.g.: you can scroll down and check my site's customize footer):
  • Again go to Design> Edit HTML
  • Look for: </body>
  • Add your customized footer before body close tag.
  • That's all.
Note: I recommend not to go with any customize blogger template (or purchase it). Pick any of default blogger template and make your own customization in it. It would enhance your knowledge and will make you a perfect blogger.

Sharing is Caring

Related Posts

Previous
Next Post »

13 comments

comments
Anonymous
March 7, 2012 at 6:12 PM delete

nice work !
http://www.cyberkey.in/2012/03/does-registry-cleaner-really-make-your.html

Reply
avatar
November 21, 2012 at 11:44 PM delete

this worked fabulously! thank you so much!

Reply
avatar
February 12, 2013 at 6:38 AM delete

Thx for you suggestions i have removed external links from the website but still looking to remove home anchor text from my blog. Do you have any idea on it please suggest!!

Reply
avatar
February 12, 2013 at 8:37 PM delete

My blog URL is http://seo-india-blog.blogspot.in. I have removed blogger links from my footer but i could remove Home from footer.

Reply
avatar
February 12, 2013 at 9:26 PM delete

@Faisal Kaleem: do you mean the navigation bar, for it, please follow it: http://www.basicsofhacking.com/2011/04/how-to-remove-blogger-top-banner.html

Reply
avatar
April 6, 2013 at 7:04 PM delete

working awesome. your blog is very nice

Reply
avatar
June 18, 2013 at 1:42 AM delete

You are right .The you you described about the article its amazing.I just want to know another tips how to make the menubar in footer like what you have donw in your site?

Reply
avatar
June 18, 2013 at 12:22 PM delete

@Dreamtechblog: for it, you will have to add menu bar code just before the closing body tag!

Reply
avatar

Thank you for your comment.