Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to disable hide remove blogger navbar navigation bar

Here is the tips n tricks how to disable Hide Remove Blogger Navbar Navigation Bar :

1. Sign in to your blogger account and click the layout button.
2. Next, click the edit html tab under the Layout tab
3. Add the css/html code below as specified in the picture below.

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

- OR -

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








4. Save the changes.
You can see now your blog without navbar (navigation bar). Note that this tips n' tricks only hides the navbar, it does not completely delete it. If you want it to appear again, just remove the code and save the change.

Hope it's usefull.



This post first appeared on Just Sharing All The Things I Know, please read the originial post: here

Share the post

How to disable hide remove blogger navbar navigation bar

×

Subscribe to Just Sharing All The Things I Know

Get updates delivered right to your inbox!

Thank you for your subscription

×