Practical Web Programming

Thursday, September 13, 2007

How To Hide The NavBar in Blogger

In case you don't know what is a NavBar or navigation bar in Blogger blogs, it's the blue or tan or black or silver bar at the top of every Blogger blogs.

If you feel annoyed by this bar, you can actually make it disappear by adding some CSS script in your template.

See the CSS source codes below:

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


To use this CSS codes, go to your Blogger template and add the codes just after the opening <style> tag or after the code which says: <style type="text/css">

I'm using this CSS source codes in this blog that's why you don't see the NavBar at the top.

0 comments:

Recent Post