DIY: Remove the Blogger Navigation Bar
Have you ever wanted to remove the blogger navigation bar that is integrated into your Blogger design? Do you know what I’m talking about? Here’s a picture…
Well, if you’ve ever wondered if you could get rid of it, take heart, you can! It’s fairly simple, though it does include a tad bit of coding.
- Sign in to your Blogger account
- Click on “Layout”
- Click on “Edit HTML”
- Copy the code below and paste it anywhere after the /* Variable definitions code and just above the body { code:
#Navbar1 {
margin: 0;
padding: 0;
display: none;
visibility: hidden;
}
5. Click Save. You’re all set!
Don't want to miss another update, tutorial or freebie?
Subscribe to our posts via RSS feed or email and make sure to follow us on twitter!

Tweet This!

Thank you so much for this tip! Very helpful and oh so easy!