There is a navbar present at the top of every Blogger-Blogspot blog. By default, there is no option to remove it. But if you want to do so then here is a simple tutorial.
Update: This tutorial has been updated on 21st Jan, 2012.
Steps to Remove or Hide the Blogger Navbar
- Open the Template section.
- Click the Edit HTML button.
- A new window will open. You’d have to click the Proceed button to start editing.
- Find the following code:
- Click Save template and then Close button.
</head>
REPLACE the above code with this one:
<style>
.navbar {display: none !important;}
#navbar-iframe { display: none !important; }
</style>
</head>
Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com