How to hide navbar on blog

Monday, February 7, 2011 ·

hide navbar

Step  - 1

Login in blogger, go to design menu

Step - 2

Go to edit html and search navbar.

Step -3

 put code

#navbar-iframe {
display:none!important;


OR

put code

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

After this navbar will hide on your blog.

0 comments:

About this blog

All information regarding SEO tools, tips and techniques which are necessary for performing various SEO operations on a specific website.