Thursday 8 December 2011

Remove/Hide/Disable Navigation Bar from Blogger

Blogger Navigation bar at the top can be removed from your blog.


You just have to include following piece of code in your template.

Follow these steps.

1. First go to Edit Template option


2. Then just copy paste the below code 

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


3. Hurray !!! navigation bar is now gone :)


Tags:

Remove Navigation bar from Blogger blog, hide navigation bar, disable navigation bar from Blogger,



No comments:

Post a Comment