this blog contains information for .net and sql stuffs. You can find various tips and tricks to overcome problem you may be facing in ...

Monday, November 23, 2009

How to remove blogger header navigation bar???

Hi , all its very annoying when we see the header navigation bar at the top of the Blogger's blog

you can remove that by following steps.

1) Login to your blogger account.

2) Select your blog.

3) In your dashbord go to the Layout menu.

4) Click on the Edit HTML.

5) Paste below code before you find the body tag in the CSS.

#navbar-iframe { display: none !important;}

No comments: