Monday, August 2, 2010

Remove the Blogspot Navigation Bar

Sometimes you may find the navigation bar on top of your blog site inappropriate or irritating, whatever your reason would be, this is the comprehensive guide in hiding it.

1 - Login to Blogger

2 - Go to your Dashboard and click the Design link in one of your posts, this will take you to the Design tab.

3 - Click Edit HTML link, under the Edit Template section you will see your blog template's HTML code, Find the similar CSS code below:
-----------------------------------------------
Blogger Template Style Name: Awesome Inc.
Designer: Tina Chen
URL: tinachen.org
----------------------------------------------- */
and paste the following CSS code after it
#navbar { display: none !important; }

4 - And then click the SAVE TEMPLATE button to save your template changes or hit PREVIEW button to preview your changes.

That's it!

No comments:

Post a Comment