Saturday, October 10, 2009

To Hide or Remove navbar

To Hide or Remove nav bar 

It seen at the top of the new created Blogger that their is one bar which is referred as Nav bar.

To remove it or make it hide , some code is places in your Template code. follow the step as shown below .




1. Sign in to your blogger account and click the layout button next to your blog name.

2.Next, click the edit html tab.

3.Add the below html code as specified in the below picture.


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




4. Use ctrl+f and search the location of the code and than replace it

5.  Save finally and see the blog in new window .

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home