How To Remove Link from Site Header in Blogger


How To Remove Link from Site Header in Blogger? Most of blogger templates has hyperlink Site Header. If you want remove link from Site Header you have to follow below steps:-






1. Login to your blogger account.



2. Than dashboard >> layout >> Edit HTML.



3. Don't forget to backup your template first.



4. Check the Expand Widget Templates box.



5. Find where you see the below code:-




<div class='titlewrapper'>

<h1 class='title'>

<b:if cond='data:blog.url == data:blog.homepageUrl'>

<data:title/>

<b:else/>

<a expr:href='data:blog.homepageUrl'><data:title/></a>

</b:if>

</h1>

</div>

6. Now Replace above code with below code.


<div class='titlewrapper'>

<h1 class='title'>

<data:title/>

</h1>

</div>

7. Save your template and you are done.

Subscribe to Get Newest Articles By Email!

Follow us!

0 comments:

Post a Comment