How Remove Blogger Navigation Bar From Blogger

Whenever you use any  blogger template they have a blogger navigation bar which look’s  very unprofessional  as it hangs on top of every page.Using this trick you can remove the navigation bar from any blogger template.For removing the navigation bar we will tweak the HTML of your template (don’t worry its easy)

Here is the step by step Tutorial for Trick To Remove Blogger Navigation Bar From Blogger
  1. Sign in into blogger and click on Design
  2. Now click on Edit Html (Here you will see the html code of your template)
  3. Tick the checkbox Expand Widget Templates (On top-right side of your template)
  4. Now search of this code ]]></b:skin> in your template
  5. Just before ]]></b:skin> add this code
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
    6. Now save your template by clicking on Save Template button
    7. Open your blog and see how good your template looks without navigation bar

5 comments:

Admin said...

I'am create blogger blog and remove navbar..thank for your post. http://srihotpic.blogspot.com

Athula said...

how create and update blogger account

Unknown said...

Hi Athula. What do you mean.Blogger account or blogger blog. tel me

anime SPN! said...

Thank you, it was so easy.

Ayan said...

Thanks dude, this code works in my blog.

I was putting older code this one:

#navbar-iframe {
display: none !important;
}

above

/* Variable definitions
====================

but not supported in new blogspot template.

Post a Comment

Related Posts Plugin for WordPress, Blogger...