Thursday, January 27, 2011

Remove Navbar

The Blogger Navbar appears by default at the top of every Blogger-powered blog. You can remove navbar for a better blogger appearance.

Step 1
  • Go to blogger dashboard > design > Edit html > Mark on Expand Widget Templates
  • Find this code   /* Variable definitions
( Tip: Jointly press down both the ctrl key and F key. Copy and paste the above code on search box and it will be highlighted )

Step 2

Copy this code from here

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

Paste this code above  /* Variable definitions

Save Template

( Important : Before editing your template, you may want to save a copy of it. The first thing on the Edit HTML page is an option to download a copy of your template to a text file on your hard drive.   )

If want any help please comment here.

2 comments:

  1. just one thing, does this comply with google guidelines??

    ReplyDelete
  2. Google allows custom css on blogger templates. So I think there is no problem.

    ReplyDelete