Sunday, April 15, 2012

How To Remove Blogger Navbar

Every blogger default template comes with a default navigation bar(nav bar).But if you are using a customize template,the nav bar may not be there.


This navbar can be remove by placing some code into your template.
Step1:goto www.blogger.com and login to your blogger account.
Step2:Click on the design tab.
Step3:Click on edit html
Step4:You should see your template code.Note before you do anything,download your template to somewhere by clicking on the download full template to some where in case something goes wrong.
Step5:In the code you see in your template,use CTRL F to find the code below

]]>b:skin>


and replace it with

#navbar-iframe,#navbar { display: none !important; }

]]>b:skin>

Step6:click o the save template below and you are done.
Now try to view your blog,your navbar should be gone by now
if you come across any problem or wanna say thanks make use of the comment box
I HOPE IT HELP

0 comments:

Post a Comment