How to Remove Blogger's Blog Bar - Landon's Web Development Blog

Wednesday, April 11, 2012

How to Remove Blogger's Blog Bar

A work colleague of mine stumbled upon an extremely easy method for removing Blogger's blog bar. You simply need to set the display status to "none" for the Div ID "navbar-iframe".

Implement the following CSS declaration into the head section of your Blogger template:

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

Labels: , ,