Tuesday, August 23, 2011

How to Remove a Blogger Toolbar

How to Remove a Blogger Toolbar

Instructions
Things You'll Need
Blogger blog
Steps
1. Log in to your Blogger account and select the blog you wish to remove the toolbar from.

2. Select the "Layout" tab, followed by the "Edit HTML" subtab. A page should come up featuring an editable box full of programming code. Near the top of the box will be a section titled "Blogger Template Style" that lists information about the current template. Underneath this information will be a line made of dashes that ends with the characters "*/".

3. Add the following line of code directly underneath the bottom line of dashes:
#navbar-iframe { height:0px; visibility:hidden; display:none; }

4. Click "Save Template," then "View Blog." The toolbar should now be removed. You may have to refresh the page in order for the change to go into effect.
How to Remove a Blogger Toolbar

No comments:

Post a Comment