Tuesday, 28 February 2012

How To Hide Blogger NavBar

Step 1
Click on the "Edit HTML" > then "Proceed"


Step 2
Copy the below code.
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
Step 3
Paste above code as shown below.

*/
/* Content
----------------------------------------------- */
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
body {
  font: $(body.font);
  color: $(body.text.color);
  background: $(body.background);
}

No comments:

Post a Comment