Do you use blogger?
I know that a lot of people do. The easiest way to start blogging is by setting up a free one at blogger.com
But there is usually a problem. The problem is that most of the free blogs out there created with blogger have blogger toolbars at the top.
This makes such blogs look ugly and unprofessional. Not only that, it’s an easy way for your visitors to leave your blog. You won’t want that happening to you.
Today, I’m going to show you a quick way to fix it. Just follow the short, step by step guide below and your toolbar should vanish in the next five minutes.
Step 1:
Log into your account
Step 2:
Click on "layout". Then click on "edit HTML" When you get there, you'll see lots of codes in the "edit template" box. On the 8th line of those codes, you'll see <head>
Step 3:
Click after <head> and press enter on your keyboard.
Step 4:
Paste the following code:
<style type='text/css'>
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
</style>
Step 5:
Click "Save Template"
That's it. Check out your blog and the bar must
have vanished.
Easy!