Showing posts with label hacks blog 2010. Show all posts
Showing posts with label hacks blog 2010. Show all posts

April 16, 2010

Remove and hide Blogger Navigation bar

Under the Layout tab, click on Edit HTML tab to view the template’s HTML code.


Search for the following line of code:

]]>

Before the line, add in the following line of code:

#navbar { display: none; }

or:

#navbar-iframe { display: none !important; }
Click on SAVE TEMPLATE to make the change effective.