Sunday, March 29, 2009

Remove Navigation Bar from your blog

I am a blogger and i blog for passion,earn money and to give away my knowledge.Now you have seen blogs with a top navigation bar but in some blogs it looks different that doesn't matches your blog's theme.So here is a simple trick to completely remove it!!It requires only copy-paste of a javascript in your blogger template.Follow the steps below and you are done!!

1.Go to blogger.com and sign in with your google account.
2.Now go to your blog's settings.
3.Under setting,there is a "Edit HTML" tab,click on it.
4.Now put the following code in your blog template:-

#navbar-i frame {
height:0px;
visibility:hidden;
display:none;
}

5.Now save your template and open your blog in browser.
6.Now you will not see any navigation bar.So enjoy blogging!!

                                                  ***************************
                                       Liked my post!!Then subscribe to RSS Feed

                                    Subscribe to the Learning Scope RSS Feed

No comments: