26 January 2010

Blogger Tips: 3 Steps to Make NavBar Disappear In Blogspot

This is a tip for you to hide or disable or remove your blogger navbar in blogspot. It is quite important to let your blog always fit to the window.
1.  Firstly, save your template as a backup by clicking "Download Full Template".
2.3. Next, add the below code to area of  <head> as illustrated above.


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

4. Save the Template


Presented by: Xaivier Chia

Advertisements:

No comments:

Post a Comment