DIY: Remove the Blogger.com 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…

blogger_navbar2

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.

  1. Sign in to your Blogger account
  2. Click on “Layout”
  3. Click on “Edit HTML”
  4. 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!



2 Responses to “DIY: Remove the Blogger.com Navigation Bar”

  1. Ashley says:

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

  2. Cheryl says:

    Thanks for this handy tip!

Leave a Reply