How to Remove Home Button in Blogger

If you use Blogger platform to publish your blog, you must have noticed the Home link between Older and Newer post links in the blogger pagination area. 

 ( Method 1 )



Home link on Blogger blogs



This is how the link appears in the blog pagination area

  • Log in to your Blogger account.
  • By default, Blogger opens the "Dashboard" page with a full list of all your hosted blogs.
  • Click the link in the title of the blog that you want to remove the "Home" link on.
  • Click the Template link on the left hand side.
  • Click Customize 
  • Select "Advanced" in the left-hand menu of the Blogger Template Designer.
  • Scroll to the bottom of the Advanced context menu; then click "Add CSS."
  • Paste the following code into the "Add Custom CSS" input field: #blog-pager { display:none; }
  • Click "Apply to Blog" in the top right-hand corner of the page. 
This removes the "Home" link beneath blog posts on your Blogger blog.


 ( Method 2

Permanently remove Home link from Blogger template

Is it that nasty? No. After all, it’s the link to your blog homepage. Still, if you’re focusing on limiting the number of links on your blog posts and pages, you may consider removing this link, as we already have the link to the homepage in the logo or the header section.

If you are comfortable with coding, here is how to removing the home link permanently.

Just search “home-link” in your blogger template. Remove all the entities beginning with  
<a class='home-link' from the template and save the changes.



Remove Home Link from Blogger

That’s it. You’ve successfully removed the “Home link” from below the posts in your blog.