How to Remove the Blogger NavBar

If you want to hide the Blogger NavBar just paste the code between style tags In your template :

<style type="text/css">
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
</style>

If you want to show the Blogger NavBar just remove the code.

0 comments: