Archive

Jan 15, 2011

How to remove Navigation Bar of Blogspot Blogs : Latest trick

Blogger's default templates come with a default navigation bar. Hence, If you are using a default blogger template,then you will see on your blog, a navigation bar like the one in the picture below.This navigation bar can be removed using some simple CSS techniques.









Here are the steps to remove the Blogger Navigation bar

1.Login to your blogger account

2.From your Dashboard click on Design

3.Now choose Edit Html

4.You will see your template code there.

5.In that template code, use "CTRL+F" to find

/* Variable definitions

Then, right on top of it, copy and paste the code below:

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

6. SaveTemplate.

7.After saving the template take a look at your blog and your blogger navigation bar must have disappeared.

I hope this helps...

Feel free to check other Blogger tricks and tips.

Like My Facebook Page and Follow Me on Twitter:


Still in need of something else, Search here:

Enter your email address in the Box below to Receive Regular Updates in your Mailbox. Your email address is secured with us::

Delivered by OgbongeBlog

Go To Top Technology Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License .