Friday, March 28, 2008

How to remove / hide the blogger Navbar

Personally the blogger navbar doesn't bother me (well, not till now!) and so it stays there. But for the ones who are bugged to see this navbar and want to remove it here's how -

Login to your blogger account and from the dashboard go to Layout--> Edit HTML. Go through the code to find section of code starting like 'Navbar1' or 'Navbar-iframe' or something similar (depending on your template) and modify the content between the braces replacing the previous codes with the following. (Make sure you backup your full template first before modifying anything in case anything goes wrong)

height:0px;
visibility:hidden;
display:none;

Now save the HTML and view your blog. The navbar should be gone.

0 comments: