Pages

Friday 7 September 2012

How To remove navbar from your blogger:



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 "Template"

3. Click "Edit HTML" and find the following code


4. Find the 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 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 the image to your left. If you want to copy and paste it, do so from the bold text you see below:

#navbar-iframe {
display: none !important;
}


Preview It First!
Use your preview button before you click save! If you like what you see, go ahead and save.IT WILL look like the image at left.

What happens if I want the navbar back in the future?
Simply go back into your HTML the same way and delete the part you just added.

No comments:

Post a Comment