
The picture above shows the Navigation or Navbar Bar which blogger has by default on all your blogspot blogs.These has following buttons like Search Blog,Flag Blog,Next Blog etc.These Navbar's normally doesn't match your blog colour and the teplate of your blog.This may effect your blog outlook.
If you want to remove this from your blog just follow these steps.Its very easy .Nothing fancy and difficult.
It is very simple. You don’t need any web designing knowledge.Just copy and paste the code shown below in your blogger template and that's it you will sucessfully remove Navbar from your blog.
1. Code for New Blogger:
< style type="text/css" >
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
</style >
2. Code for Old Blogger:
< style type="text/css" >
#b-navbar {
height:0px;
visibility:hidden;
display:none;
}
</style >
Pasting the code in your template:
Check the picture1 below for finding the template in your blog.
Sign in to your blog and click on customize and you will find this screen.Click on Template then click on edit HTML then you will see second picture .
Before doing any changes to code ,save your template to your system.Don't forget.You can do this by clicking on download template and save to your local drive.
Now paste the above code leaving style lines in between < style type="text/css" > and </style >,only the highlighted code .Now paste the code anywhere inside the code.
Verify the code by clicking on preview and if the navbar is removed from your site then save the template by clicking on save template.
Now the Navbar is sucessfully removed.
Friday, September 21, 2007
Removing navbar from your blog....
Subscribe to:
Post Comments (Atom)






0 comments:
Post a Comment