View our reviews on Hot Scripts You can now obtain our example scripts and/or vote for them at Hotscripts. To visit Hotscripts click here.

Blogger Hacks to remove Blogger Navbar and 'Feed Links'...

When setting up your Blogger blog you may first be put off by that navbar Blogger puts across the top of your blog...well don't be just use a simple CSS code and remove it!


Place the below code (code found online, original author unknown) just after the <head> tag or just before the </head> tag:

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

If you want to get rid of that pesky 'Feed Links' on your posts then insert the below code as mentioned above:

.feed-links {visibility:hidden; display: none; }

Bookmark / Share:
StumpleUpon Ma.gnolia DiggIt! Del.icio.us Blinklist Yahoo Furl Technorati Simpy Spurl Reddit Google


Do you have a thought about this article? Post a comment and tell us about it!
  1. Studies in Religion and Spirituality : March 8, 2012 at 4:54 AM  

    Hi Dave,

    I wonder if you can please clarify. I am trying to remove the feed links from my blog - and the people's blogs on my blog roll. It distorts what their blog looks like.

    It;s most frustrating. You go to open a blog and you find it is not the normal URL but life feed. And you can't see the blog or you see a blog that is incorrectly templates - Or you just see a wee box on the screen that ays subscribe ti live feed but no blog.

    Can you please clarify where I use the information.
    with thanks,
    Moozle

  2. Anonymous : March 8, 2012 at 9:03 AM  

    Can't you just remove the page element that contains the blog roll?