In this short tutorial, I will show you how to eliminate the navigation bar to make your blog look more professional.
Just follow the simple steps stated below:
1. Login to your blogger account.
2. Open the “Layout” for your blog.
3. Click the “Edit HTML” link.
4. Copy this code:
#navbar-iframe { height:0px; visibility:hidden; display:none }
5. Press CTRL+F to popup explorer or firefox word searcher and find the line Variable definitions , and paste the link ABOVE it.
6. Click the “Save Template” link.
That's it! Please remember to backup your blogger html template codes, should anything goes wrong you could revert to its normal state.