Skip to main content

Hiding Navbar from Blog

CSS being the only way then to hide NavBar, now Blogger has introduced a feature to have different Navbar themes/turning it off.

Therefore this article will help you through the latter as it is easy one.

  1. Go to Dashboard > Layouts
  2. Click Edit in the Navbar gadget
  3. Either choose the theme you wish or choose Off to turn Navbar Off.
  4. Save > Save arrangment
Now visit your blog for changes.

So, what is the advantage of having Navbar in a blog?

The navigation bar's Next blog >> link is made in a way that it shows random blog each time you click on the it. This helps others find your blog as well. The next blog you see will also have Navbar. So if you have Navbar, you're blog will be shown as some one else's next blog.


The simplest advantage of having this is to gain anonymous but useful readers to the blog.
See related posts:

Comments

  1. i triedthis and it didnt work my code was the following:
    <![CDATA[/*
    this was the only code similiar to your advice?

    ReplyDelete
  2. Cool! Go to Template => Customize => Advanced => Add CSS => Paste the following code and save! You will be done with it!

    #navbar-iframe {
    height:0px;
    visibility:hidden;
    display:none
    }

    ReplyDelete

Post a Comment

People also read,

How to secure your Google account and Blogger blog?

As a part of contributions to NCSAM, I am writing this article down on what all should we be aware of with respect to Google's security aspect and how to make sure your blog stays yours forever. What is NCSAM? It's National Cyber Security Awareness Month which is observed during the month of October every year in America. However, we all know cyber security is a world topic and is not limited to just the USA. So let me give some tips with respect to keeping the Google account safe and Blogger blogs safe from hackers. As I secure my account, I hope you people catch up too. In this blog post, I am going to tell about the following, Securing your Google account. Securing your Blogger blog. Securing your Google account Since Blogger is also part of your Google account, let's first see what all we need to do to keep our Google account safe. Don't share your password to anyone. Keep changing your password every 60 - 90 days. Make sure your password is str...

Blogger custom domain confusions - Check before you buy

In the Blogger community forum, I happened to help a user who was not able to publish their blogspot address to their custom domain. After doing all the debugging, there was no option left out but to contact Google and finally we have known what the problem is. The problem was that the URL was not available for use in blogger.  Here on, before spending money on buying a domain, please ensure blogger allows it. Why isn't the custom domain available to buy but not available to use on Blogger? That'd be the first question every user would ask or think to ask. Unfortunately reason is un-disclosed by Blogger themselves.  So how do we know if a domain is available at Blogger or not? Earlier, there used to be no way we could do this as Blogger would throw a more generic error like below, Now, we get a more customised error for this particular case alone like below, So, here on, before spending money on buying a domain, please try publishing your blog in the domain name you are planni...

Blogger in Draft says "Try the new Blogger!"

It's been long time that I wrote something here. Interestingly there seems to be a new update in Blogger in Draft ( https://draft.blogger.com ). Try the new Blogger! - at the bottom right Clicking on it, Blogger shows a popup stating, Blogger is gradually introducing some fresh pages that work well on mobile. Keep an eye in the coming months as these are rolled out. To start, check out Stats, Comments, and Theme You click on Continue and it redirects. After redirect you get the all new UI. However the point to notice is, it lands in the Stats page. Stats section - New UI So, what's new about this UI? Just a couple of re-alignments, I thought. And then I happened to notice the hamburger icon on the top left near Blogger logo. Clicking on it, the menu got hidden and then it occurred to me that there's really more to look into. So I made a resize to mobile width to see this, Responsive UI of Stats section Menu in Mobile view MOBILE FRIENDLY, RES...