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
- Sign in into blogger and click on Design
- Now click on Edit Html (Here you will see the html code of your template)
- Tick the checkbox Expand Widget Templates (On top-right side of your template)
- Now search of this code ]]></b:skin> in your template
- Just before ]]></b:skin> add this code
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
7. Open your blog and see how good your template looks without navigation bar
5 comments:
I'am create blogger blog and remove navbar..thank for your post. http://srihotpic.blogspot.com
how create and update blogger account
Hi Athula. What do you mean.Blogger account or blogger blog. tel me
Thank you, it was so easy.
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