How to Remove or Hide the NavBar on Blogger?

Question: How do you remove or at least hide the navbar strip that appears on top of blogs hosted by Blogger on blogspot?

Answer: Below are instructions for widgetized Blogger blogs. The steps might be different if you're using a Classic template.


Under the LAYOUT tab, click on Edit HTML tab to view the template’s HTML code.

Search for the following line of code:

]]>

Before that line, add in the following line:

#navbar { display: none; }


*Don't forget to click on SAVE TEMPLATE.