How to remove NAV bar?

0 comments

How to remove NAV Bar

Most of the blogger’s feel uncomfortable in seeing Navigation bar in the top of the blogs. People does not like this NAV bar since it shows the difference between a normal web site and a blog. It also occupies some space in the top so people wants to remove the bar and fill the space with its contents.

You can remove the NAV bar following method in your template.

1.Goto Layout>> Edit HTML>> Edit Template
2. You can find the below lines in the templates.

-----------------------------------------------
Name: Terminal Display Template
Designer: se7en
URL: www.blogsgonewild.net
Type: Free Blogger Beta XML Skin
----------------------------------------------- */

body {

3. Copy the below code and paste it into above body {

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


4. You can find the code as below

-----------------------------------------------
Name: Terminal Display Template
Designer: se7en
URL: www.blogsgonewild.net
Type: Free Blogger Beta XML Skin
----------------------------------------------- */

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


body {

4. Save the template and then view your blog. You can find that NAV bar would have been removed from yout blog.

5. Hope you learned about the NAV bar and how to remove it out. Thanks for visiting my blog and post your comment if you have any query on this articles.

மறுமொழிகள்

0 comments to "How to remove NAV bar?"

 

Copyright 2008 All Rights Reserved LIMATION TECHNOLOGIES