Saturday, 17 September 2011

Blogger NavBar Removal

How to remove the blogger nav bar from your website or blog.
To do this you have to first of all log in to your blogger and the click on the design link that will lead you to your blogger layer or add gadget page.
Then click on the edit html and expand your html files at the Expand Html Check box option.
Note to do this first of all back up your template by doing control a and copy it to your desktop and insert it into any of your word editor and save.
This is because you may make a mistake and you wish to use that same template that you have been using, you can leave it as well but you have to be careful to avoid any cind of mistake.
In that same window press control F and paste this inside the Find box or area

/* Variable definitions
The right at the top of this /* Variable definitions then copy the following and and paste it as well then save at the down side of the window (Save Template)

#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
Then your are free from people logging in to the blogger from your blog and also view the next blog and searching from blogger in your blog environment

No comments:

Post a Comment