Wednesday, August 3, 2011

0 comments

How to Disable or Remove Blogger Navbar

Learn how to disable or remove the blogger navbar(navigation bar) from your blog.

1. Sign in to your blogger account and click the layout button next to your blog name


2. Next, click the edit html tab




3. Add the below html code as specified in the below picture.



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


4. Save the changes.

Now, you can see your blog without that navbar(this tip can only hides the navbar,it doesn't completely delete it).If you want the navbar to appear again,just remove that code and save the changes.

If you have any doubts regarding this post, don't hesitate to ask. You can ask your doubts via comments to this post.