tech tip: hide blogger nav bar
a lot of our friends in the blogosphere use google’s blogger domain as a hosting platform for their insightful thoughts and web gems. when ybpguide was on blogger, i did my best to try and customize the template kimberly had setup to minimize the ‘blogger’ appearance.
a helpful tip i found via digital inspiration is a snippet of css that hides the top navigation bar from appearing on your blog.
simply add the code
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
in your blogger template <head> section and the bar will disappear. while it’s nothing too spectacular, it does help your blog look a little more distinguished.
this is confirmed to work if your blog is on the newer platform of blogger. for the older platform, try the tips in the 2005 post at digital inspiration.
if you use the navbar to log into your account, you can always go directly to www.blogger.com and login in from there.




Add New Comment
Viewing 3 Comments
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Add New Comment