How to remove Blogger Navbar

Leave a Comment
if you already know what is the navbar? lho is a picture like this


that function to log in to blogger, or can also as a way to see the other blog.
to standard template or template that has not been generally still in the edit sign on the navbar at the top of your blog. and if you want to remove the navbar, and follow these steps:

1. As always go to the Edit HTML and backup the template before you pet.
2. For a classic template, please copy the code below right above the code </style>

/ * Remove navbar
----------------------------- * /

#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}


or copy this code

<style type='text/css'>
#navbar-iframe {display:none;}
</style>


3. For a new template, do not forget to check the box Expand Widget Templates and then copy the code above.
4. save template

0 comments:

Post a Comment