Remove the NavBar
To hide the Blogger NavBar just paste the code between style tags:
[ style type="text/css"]
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
[ /style ]
Replace " [ " and " ] " by "<" and ">".
To show the Blogger NavBar just remove the code.
Link
1 comment:
take a look here: how to get rid of the new blogger navgation bar / make it toggle on/off
same idea but much better solution!
Post a Comment