Sunday, January 3, 2010

How to remove Next Blog Bar from Blogger ?

Wanted to remove Next Blog Navigation Bar for your Google Blog,

Follow this Steps, You can easily remove the bar.

Step 1. Login into blogger.com, with you login details.

Step 2. In the left top, You will find Layout Open, Click on that.

Step 3. Then click on sub menu, Edit HTML.

Step 4. Search for "]]>" in that HTML code.

Step 5. Then Before that just place this code.

#navbar { display: none; }

or:

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

Step 6. Thats it, you have done it, Great.

Hope this will help you.

No comments:

Post a Comment