August 17, 2008

How to hide the Blogger navbar ?

Each Blogger blog has a navigation toolbar (called Blogger navbar) on the top. This Navbar helps readers across blogs. It also features a search bar and others.


We can change its color when clicking the Edit link on layout.

In the case of hiding or removing it, put a small CSS code below in between <b:skin><![CDATA[/* and ]]></b:skin> tags in your HTML template (Layout | Edit HTML).
/* Hide navbar by myblogplus.com */
.navbar{
display: none;
}

Another code:
/* Hide navbar by myblogplus.com */
#navbar-iframe{
height: 0px;
}

1 comments:

Post a Comment

Amazon Contextual Product Ads