Sunday, December 23, 2012

REMOVE NAVBAR FROM THE BLOG

HOW TO REMOVE NAVBAR FROM THE BLOG ?

The answer to remove the blogger's navigation bar is given below:

Blogger comes with a default navigation bar.This blogger navigation bar may not be present in most of the templates.But if you are using a default blogger template,then you will see some navigation bars like the one in this picture.These navigation bars can be removed using some simple CSS techniques.

Here are the steps to remove the Blogger Navigation bar /Blogger NavBar:

1.Login to your blogger account
2.From your Dashboard opt for Layout
3.Now choose Edit Html
4.You will see your template code there.
5.In that template code find
]]></b:skin>
and replace it with

#navbar-iframe,#navbar { display: none !important; } 
]]></b:skin>
6.Now opt for Save Template.
7.After saving the template take a look at your template and your blogger navigation bar must have disappeared. :)

I hope you will like our information.
THANKS 4 VISITING .......

No comments:

Post a Comment