Monday 24 October 2011

How to Remove The Blogger Nav Bar

It is boring to see Blogger Nav Bar on our blog. Here is how we can remove it.
Blogger Nav Bar



1. Go to your dash board.
2. Then click design.
3. Under design tab click Edit HTML as shown below.


4. Copy the following code

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

5.Find the following line and then paste just above it  as I have shown in following picture.

/* variable definations
To fine the above line, just press crtl+f.


6. Click SAVE TEMPLATE and then your done. View your blog. That is cool!
Click here to more beginners tricks

No comments:

Post a Comment