0 How Can You Remove Navigation Bar of Blogspot Blogs
Friday, February 11, 2011
Labels:
Blog Tips
Share
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
Then, right on top of it, copy and paste the code below:
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...
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...
0 comments:
Post a Comment