How to get rid of the Blogger header on the blog?
Do you like to have a blog at Blogger which does not display the header like the one I have here?
Place the following code in the Template after "style type="text/css" tag.
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
This should do the trick.
Place the following code in the Template after "style type="text/css" tag.
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
This should do the trick.
0 Comments:
Post a Comment
<< Home