Showing posts with label Navbar. Show all posts
Showing posts with label Navbar. Show all posts

How to remove / hide Navbar?

Navbar

Some people really don't like the Navbar. Removing it is easy. To remove or hide Navbar, Go to Dashboard > Layout > Edit HTML. Edit the template. Put the following code above /* Variable definitions.

#navbar-iframe {
display: none !important;
}



Save the template. Refresh page of your blog and see Navbar is gone. It is recommended to always create a backup before editing template. See tutorial video below to remove navigation bar.