Hiding Blogger navigation bar
You may feel odd by displaying of blogger navigation at top of you blog.
To hide this nav bar here is a small trick.
Before going for this trick Save your template.
To save your template
Go to the Layout tab, and click Edit HTML.
Download your template as an XML-file and save it onto your harddisk. If anything goes wrong, upload it again and not much harm will be done.
Step 1: Login to blogger » Go to Layout page » Click on Edit HTML link » add below code just below <head>
tag.
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
Step 2: Preview template and Save Template.