How to Remove Home Link From Blogger Template

You all might have seen the home page link from blogger default template. This home page link is rarely used. So this does not seem necessary in blogger posts. Indeed this is not useful because of its positioning. So we also can change the position of the link and we also can remove the link of the default template. If you want to remove this home page link, just follow these instructions :-

Remove or replace home link:-


Step 1: First of all go to template>> Edit HTML.

Step 2: And just press CTRL + F and find the below codes
<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
Step 3: Now you just delete it and Save Template.


Remove or replace home box:-


Now you have just removed the home page link but home box is still there. So to make your template absolute, you should remove home box too. Often visitors and bloggers could not have been deleted it. Now here we advise you some codes to remove this box.

Step 4: Just Press the CTRL + F to find </head> and paste the given code just above the </head> code.
<style type="text/css">  /* remove link of home box*/ #blog-pager{display:none !important;} 
</style>
Step 5: At last Save Template.

Now you have successfully did this job. Happy Blogging guys. Thank you.

Home Page Link bloggerNote: You can also change the hom text with your own desired text. So in order to edit that text, you just find <data:homeMsg/>. And then replace this with your own text. And if you want to replace with an image, just place this code <img src="img link"/>. Now you just should replace img link with your own Image Link

Post a Comment

0 Comments