If you want to hide navigation bar of your blogspot blog than you need to write this code in the html section of ur blog
Go to Layout and click on edit html and write below mentioned code in the css section of html code
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
This will hide the navbar from ur blog
Enjoy
Comments
1 comments to "Hide blogger navigation bar from your blogspot blog"
1:30 PM
That's against blogger tos: you're not allowed to take out this navigation bar
if you do so, your blog could be deleted without any warning.
Post a Comment