How to Remove Navbar From Blogger?
The Navbar is placed on top of our page.Just take a Look at this.
It allows us to navigate easily. But, it looks a bit annoying/disturbing to users. So if you want to Remove,Hide,Disable the Navbar from Blogger.Then,follow the steps.
1.Login to Blogger
2.Click Layout->Edit Html
3.Copy and Add Following Code in the Html Like shown in Figure
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
4.Save Changes.
This tip only hides the navbar.It doesn’t delete the navbar. So,if you want your navbar back at any instance, you can simply delete this code. For any queries, do comment below.
0 Comments
Share This Article
Get Free Email Alerts
Stay Updated with Latest Technology. Get Free Email Newsletter Updates..
And, Next Confirm Your Email Subcription


.jpg)
No Comment to “How to Remove Navbar From Blogger?”