Monday, February 6, 2012

Blogger Help: Navbar Removal


When we start our blogs on Blogger, we love them, and spend hours on end making changes to make our site look better. One thing that won't go away though, is that ugly navbar. Today, I'll show you how.
     First of all, login to your Blogger account, and navigate to the dashboard of the blog you want to modify. Proceed to go to "Template" in the sidebar.
     Second, find where the dashboard says "Live on blog". Below that caption, you should see a small window of what is currently on your blog. Now, below the picture, there is a "Customize" option. Do NOT choose that. Choose "Edit HTML".
     Finally, find this section in your html code.
 The code that says, "#navbar-iframe" etc,
will need to be typed in exactly as shown here.
Below the template info, (with designer and their website) press return twice. Then type,

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

then press return two more times. Then, save your changes, and take a look at your blog. Look forward to more tips on Blogger.

No comments:

Post a Comment