how to remove navbar from blogger blog

First let me explain what is navigation bar of blogger. i have given the images of navigation bar below. this navigation bar is present at the top of every blog


Why to remove or hide the navigation bar of blog ?
Navigation bar is useful to navigate to other blogs and search blogs but many times it does bot blend with your blog colors and theme of your blog.
But dont worry it can be easily removed from your blog. just follow the simple steps given below

1> sign in to your blogger account with http://www.blogger.com/

2> select the blog whose navbar is to be removed

3> click on layout then select the option edit html

4> find the following code in opened edit html window.
body
{
.....
.....
....

}
after this curly braces paste the following code
#Navbar1
{
margin: 0;
padding: 0;
visibility: hidden;
display: none;
}

6> then click on the option save template

7> now view your blog . the navigation bar is vanished.

if you still have any doubts about removing the navigation bar from your blog then email me ( by selecting the option below this post Email author) or post comment to this blog i will send you the solution .

0 comments:

Post a Comment