How To remove or hide Blogger Navbar

Posted Posted by ADMIN in , Comments 0 comments

You may like to hide the Blogger Navigation Bar to make your blog look more professional.

How to do it?

To hide the Blogger Navbar :

  1. Log in to Blogger
  2. On your Dashboard, select Layout->Edit HTML. Check "Expand Widget Templates" box.
  3. Save a copy by clicking on "Dowload Full Template" link
  4. Look for this similar code
    body {
    margin:0;
    padding-top:0px;
    background:#2F2723 ;
    font-family:Verdana,Tahoma,sans-serif;
    color:#99806B;
    font-size:13px;
    }
  5. Copy and paste the CSS definition before the code:
    #navbar-iframe
    {
    height:0px;
    visibility:hidden;
    display:none
    }
  6. Save Template

0 comments:

Post a Comment

sadasdasda