Monday, August 17, 2009

Navigation Bar on Blogspot

To Get back the Navigation Bar on you blog:

  • Go to Layout -> Edit HTML
  • Search for the following code


.navbar {

visibility: hidden;
display: none;
}


  • Remove the above code or make it like a comment line like this

/*
.navbar {
visibility: hidden;
display: none;
}
*/


  • And when you dont want the Navigation Bar,remove these tags /* */

Happy Blogging,

No comments: