Thursday, April 14, 2011

How To Remove The Blogger Nav Bar


If you've decided that you definitely want to remove your blogger navbar, it's actually a very simple process that any non-technically-inclined person can accomplish with ease. Just follow these steps:
1. Login to your blogger dashboard.
2. Click "Layout"
3. Click "Edit HTML"
4. Find the BLUE code you see in the image. The code will be quite near the top of your HTML section, you shouldn't have to scroll very far at all. The blue code should definitely be there, but the data box you see may not be, depending on where your template came from.
5. ADD the code you see in red precisely where you it see it in the image to your right. If you want to copy and paste it, do so from the bold text you see below:

#navbar-iframe {

display: none !important;

}


No comments:

Post a Comment