Pages

Remove Blogger Navbar forever

Blogger Templates at the top of the existing standard Navbar (Navigation Bar). Navbar functions including to search blogs, login/out, dasbor, etc.. Many Bloggers who remove navbar, with the aim that the blog looks clean. The following free tutorial permanently remove navbar, not just hide.

The question is whether removes the navbar does not violate the Terms of Service (TOS) Blogger.com? Until now there is no complaining bloggers who blog them at close due to remove the navbar. The proof is a blog that there is no fixed navbarnya indexed search engine.
To remove the navbar, the following steps:
1. Login to the blog, then select Layout > Edit HTML.
2. In the search template code: <body>, then place on it the following code:

<!--<body>-->

3. The result is as below:
</head>
<!--<body>-->
<body>

4. Step on over to a new template or downloaded for free.

If your original template from blogger, then the following steps:
1. Look in your bogger template code:

<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>

or more full with a few lines on it:
</b:template-skin>
</head>

<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>

2. Copy the code : <!--<body>-->
3. Paste the above code:  
<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
4. The result of adding the code to remove the navbar to be:
</b:template-skin>
</head>
<!--<body>-->
<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>

5. after you enter the code, then save the template and you will see a confirmation about deleting Widget Navbar. Click Delete a widget, then the blogger navbar is gone.
Confirmation Remove Navbar Blogger

The script above I get from Blogger Pluggin

Those advantages of this method :
1. Navbar completely removed, not hide.
2. Blog will be more Search Engine Friendly and has a more valid XHTML code.

The downside :
When logged in, and you open a blog, then drawing pencils for Quick Edit will not be there. It's not a big problem, because you can edit a page or widget via the Layout> Page Elements.

To show the Blogger navbar, remove codes   <!--<body>-->   in your blog template.
In addition to the above code, there are several other ways for navbar blog is not visible. Wait for the next blogging articles ... Thank you very much ....