Do you like this navigation logo on the top of your blog? I don’t, actually because I see the same thing on the most of the blog on blogspot except those, who know how to get rid of it. I’ll tell how to do this. It is apparently better without it, maybe it’s not so convenient to enter your dashboard, but personally I have sacrificed my navigation panel without doubt for the sake of my blog’s appeal. I know two ways to how to remove your navigational panel. The first one is as simple as you can imagine: Template–> Edit HTML:
1. Paste following code right after <head>
<style type=\’text/css\’>
#navbar-iframe
{
height:0px;
visibility:hidden;
display:none;
}
</style>
Save the template and go check the results. Mission completed. However, I know another variant:
2. put this code in your template in “styles”:
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
That’s it, now your navigation panel is invisible
Filed under: blogger, blogging, newbie guide, templates | Tagged: blogger, blogger HTML, navbar, navigation bar, templates