
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:
Thankss!!
Post a Comment