how to remove blogger navbar from your blog

| | |


I think you can design the latest and high quality web 2.0 webpage using latest technology in web design and web programming but when your blogger show the navbar in the top of your blog the your honey website become bitter. So don't worry about navbar we share the tips and triks to remove the navbar from your blog.

(1) Sign in to your blogger...

(2) On blogger Dashboard you see Layout option click the link and wait...

(3) Now on the top of layout window you can see edit html click that link also...

(4) Now you come in important place to remove the navbar of blogger you should add little html code inside there....

(5) Slowly view go down to the html tags there you can count 8 - 12 lines of html there then you see
body {
....
....
}


(6) Add the html code i provide below in counter number 7 before body is started or end body with }. You can also this code inside anywhre inside the CDATA section or css section.

(7) Past or write the code as same as given below.
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none !important;
}

(8) No one give little thanks to me for the great tutorial it's ok I thanks myself to me because I removed the blogger navbar from my blog www.readphotoshop.blogspot.com successfully. Update this website regular for more tips and triks for your blogger. Now blogger navbar was removed and the blog looks like given below.

0 comments: