Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to remove or delete "home" link below blogger post?



This BlogSpot tutorial design show you, How to remove or permanently delete the “Home” link that appears below the posts in your BlogSpot blog.

If you use Blogger platform, you must have seen the Home link between Older and Newer post links in the blogger pagination area.

This link to the home page is really a navigational service, and may help your blog readers to quickly go to the homepage, but to most of the bloggers, it is hopeless and annoying, and they habitually want to conceal it or remove it completely from the Template CSS codes.



Hiding the “Home” link with CSS

You may have read huge online tutorials about removing that link from your Blogger Template, but that is not removing, that’s hitting. But its easier then removing the link from the template.

If you want to just hide of that link anyway without mining deep into the code, add the following code to the CSS of your blogger template and save the changes.

.home-link { display: none; }

Now you still have the “Home” link in your blogger template but it will stop appearing due to the above CSS code.

Permanently delete “Home” link from Blogger template:

Now the link to your blog homepage, still available. If you are centering on limiting the number of links on your blog posts and pages, you may care about removing this link, as we already have the link to the homepage in the logo or the header section.

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

Just search “home-link” in your blogger template by press CTRL+F. Remove all the entities beginning with



From the template and save the changes.


That’s all. You’ve successfully removed the “Home link” from below the posts in your blog.
Share This!

If you find this BlogSpot tutorial for beginners is helpful, we would appreciate a link from your website or a mention on your social network. Thanks!

          
Blogger Blog Tips and Tricks">
Blogger Blog Tips and Tricks


The above HTML code will produce the following link:

Blogger Blog Tips and Tricks




This post first appeared on Blog's Nucleus, please read the originial post: here

Share the post

How to remove or delete "home" link below blogger post?

×

Subscribe to Blog's Nucleus

Get updates delivered right to your inbox!

Thank you for your subscription

×