How to do it?
To hide the Blogger Navbar :
- Log in to Blogger
- On your Dashboard, select Layout->Edit HTML. Check "Expand Widget Templates" box.
- Save a copy by clicking on "Dowload Full Template" link
- Look for this similar code
body {
margin:0;
padding-top:0px;
background:#2F2723 ;
font-family:Verdana,Tahoma,sans-serif;
color:#99806B;
font-size:13px;
} - Copy and paste the CSS definition before the code:
#navbar-iframe
{
height:0px;
visibility:hidden;
display:none
} - Save Template
0 comments:
Post a Comment
sadasdasda