Remove the Blogger Banner bar

To hide the Blogger Navbar:

1. Log in to blogger
2. On your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Find this code:
#header-wrapper

3. Copy this css and then Paste in the top of them:
#navbar-iframe {
display: none !important;
}
Official wiyono blog