How to Hide the Navbar for the New Blogger

The navbar is compulsory for bloggers using blogspot.com for their blogs, and it can also be useful. It has a search box which will allow visitors to search the content of your blog. You can also change the color of the navbar to blend with the colors of your blog by going to the LAYOUT and right at the top, you will see a section for navbar. Click EDIT and chose the color for the navbar.


However, many people have expressed the desire to remove the navbar as there is "Next Blog" in the navbar which when click will lead to an unpredictable blog which may contain sexually explicit content, etc and about which people like educators who set up blogs for their students are very unhappy about.

Sign into Dashboard, click LAYOUT for the relevant blog and then click the EDIT HTML sub-tab. This will open the template editor window. Look for this tag: . Paste this script immediately above that tag: 
<style type='text/css'>
#navbar-iframe {
display: none;
}
</style>
so that what you see will be
<style type='text/css'>
#navbar-iframe {
display: none;
}
</style>
</head>
Preview, and if satisfied, click "Save Template".

To demonstrate, I will hide the navbar from our blog which is a blogspot blog.

Comments

Post a Comment