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: Blogger Blog Bar, Customizing Blogger Blogs, Removing Blogger's Blog Bar
<< Home