Blogger Navbar is:
To hide the navigation bar blogger, just 3 steps are necessary:
1.Simply go to Layout ---> Edit HTML in your blog's dashboard as shown in the below picture.
Find in your html this code :
/* variables definition...
2.Paste the following html code just before:
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
3.Save your model and that's all.
Your blog will appear now without the navigation bar.
If you want the navbar to appear again, just remove that code and save the changes.Leave you comments if you enjoyed this post or if you have any questions doubts.
GET FREE UPDATES BY RSS