Monday, March 28, 2011

How to Hide the navbar from blog

Navigation bar or navbar is blogger’s one of build infeature shown in at the top of the blog. One can search other blogs throughthis. Also one can mark other blog as spam through this. But Many people wantsto hide this navbar because they think it degrade their blogs appearance. Letsee how can you disable this navbar or navigation bar.




Follow the steps one by one.
First,log in your blogger account and go to your dashboard. 




Click on the Design tab
Second, on design page click on Edit HTML tab as shown.


Third, now alittle bit difficult part if you don’t have any experience.
Copy thefollowing code and paste then in code window where you see the style sheetdeclaration. There  is no fixed place asthis code also a declaration so they need to be in style sheet declaration partbetween <head> </head>. You can recognize then easily. Just scrolland watch carefully where you found following type of format.

#some name {
            Some code
}

Once you got them just paste the following code below thenas shown in following figure. 

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

 
 Finally,save your template. View your blog and see whether it works or not.
If possibleplease let me know and I will to find another way out. 



0 comments:

Post a Comment