Sunday 1 February 2015

// // Leave a Comment

How To Remove Navbar in Blogger ?

Blogger has a navbar known as navigation bar. It is a usefull tool for bloggers as it allows to use some features directly from there but sometimes it looks annoying and many users want it to be removed. It appears at the top of the blog in the default bloggers templates and if you are using a third party template then either it may not be shown anywhere or it will be showing at some other places making the template looks bad. So here is a small tutorial to remove the navbar.

How To Remove Navbar - Method 1

Step 1 : Open your blogger dashboard. Go to "Layout" tab and find the Navbar and click the edit                       button in it as shown in picture below.



Step 2 : When you click edit, a pop up window will appear as shown below. Scroll down and click on               "Off" and then hit on save button.


You are done with it. It is a very simple process to remove navbar. You can also use the second method given below.



How To Remove Navbar - Method 2 

Step 1 : Open your blogger dashboard. Go to "Template" tab and then click on "Edit HTML".



Step 2 : After opening the template in html code, click anywhere inside the box. Now using                               Control+F keys open the search box.

Step 3 : In the box opened search the code given below and hit enter
              ]]></b:skin>

Step 4 : Just above it, paste the following code given below 
                #navbar {
height: 0px;
visibility: hidden;
display: none;
}   



Step 5 : Save the template and you work is done.


I hope this tutorial helped you in removing the navbar. The first method is much easier than second, but it is up to you which method you want to prefer.