Monday, October 15, 2012

How to hide Blogger nav-bar

Have you ever noticed nav-bar just above the page of your blogger site. Are you thinking of how to remove it then this post is very fruitful for you. Just follow the following steps and you'll find your blog without the nav-bar:
  • Go to template.
  • Click on edit HTML.
  • Click on proceed.
  • Open the search box. (ctrl + f)
  • Search for </b:skin>. Just before this paste the following code:
#navbar-iframe, #navbar, .navbar {height:0px; visibility:hidden; display:none; margin: 0 !important;}
  • Preview and see what happens and click on save template if you liked it.

No comments:

Post a Comment