Friday, March 26, 2010

Hide-blogger-navigation-bar

As we all know in blogger, above header there is navbar or navigation bar . Most of want to hide the navigation bar in blogger , but we don’t know how to do that. Never wonder here is a simple trick to hide the navigation bar in blogger .


Download Mirror, RS.com, DF.com, HF.com, 2S.com ..
Follow these easy steps to paste the below CSS code :
CSS code to remove Navigation Bar in Blogger :
-------------------------------------------
/* CSS to hid navigation bar */
#navbar
{
height:0px;
visibility:hidden;
display:none
}
----------------------------------
Log in to your blogger account and select the Layout of the blog which you want to modify.
Select the tab page Template and then click on Edit HTML
Search for the text : body {
now paste the CSS code above the line in red.
This is how your template HTML code should look after pasting the hack code snippet

No comments:

Post a Comment