Saturday

Get rid of the Navbar on your blogger blog

How to get rid of the navbar on blogger

Want to get rid of that bothersome navbar? Well that's very easy to do actually!

All you need to do is copy and paste this bit of code in your template.

#Navbar1 {
margin: 0;
padding: 0;
display: none;
visibility: hidden;
}
How to do that? No problem just follow these steps:

  1. Log-in and go to your dashboard
  2. Go to your template tab and click on edit HTML
  3. Inside the template file find the body{.....} section, now paste the above code after the closing bracket.
  4. Click "SAVE TEMPLATE"
  5. Done deal, the navbar should be history.

No comments:

Post a Comment