Thursday, 11 October 2012

How To Hide Blogger Navbar/Dashboard

Today I will teach you "How To Hide Blogger Navbar/Dashboard". Ok let's begin this tutorial.

1. Login to your Blogger Account.


2. Go to EDIT HTML and Find the line in your template (near the bottom) that says:
</b:skin>

3. Right before that line of code insert the following block:

#navbar-iframe {
height:0px;
visibility:hidden;
display:none}

4. Save

See the result Gooodluck and Happy Blogging.

No comments: