Remove / Delete Blogger Navigator Bar




Blogger 's NavBar is not an annoying element as the pop out in some other blog providers, but there is the possibility to take it off, and today I am going to explain to you how to do it.... Don' t worry, it will require just a couple of minutes... Let' s see how:


- From your DASHBOARD click on LAYOUT, then EDIT HTML.
- Now, Check your HTML form and search for this part: (These strings are differents in each template, but it's not hard to find them)... (don' t worry, it is not far from the top).



/* ************ START OF CSS STYLING ************ */
/* -------------------------------------------------------
Blogger Template Design: mix
Designer: p1vscom.blogspot.com
Date: 25 Jan 2008
------------------------------------------------------- */



/* Variable definitions
========================



- When you find it copy and paste the red string as is shown in the exemple below:


/* ************ START OF CSS STYLING ************ */
/* -------------------------------------------------------
Blogger Template Design: mix
Designer: p1vscom.blogspot.com
Date: 25 Jan 2008
------------------------------------------------------- */

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

/* Variable definitions
========================



- Click on SAVE TEMPLATE.... congratulations, you done it!


Game Over
Player1