Tuesday, 12 June 2012

How To Remove Blogger Blog Navabar

To Create New Blog It will Display blog navabar in Top Page Of Blog To remove this navabar to follow the bellow steps


1.First Backup Your Blog

2. Layout-Edit in  Html-Edit Template Window  Tick Expand Widget Template


3. In Template Code Find The Bellow Code

body {
margin: 0;
padding: 0;
border: 0;
text-align: center;
color: $mainTextColor;
background: #d7b url(http://www.blogblog.com/moto_ms/outerwrap.gif) 
top center repeat-y;
font-size: small;
}
 
4.Copy the Bellow code and paste above code 
 
#navbar-iframe {
display : none;
height : 0;
visibility : hidden;
}


5.The Final Result As Show Bellow Code 
#navbar-iframe {
display : none;
height : 0;
visibility : hidden;
}


body {
margin: 0;
padding: 0;
border: 0;
text-align: center;
color: $mainTextColor;
background: #d7b url(http://www.blogblog.com/moto_ms/outerwrap.gif) top center repeat-y;
font-size: small;
}


6.Save The Template And Open Your Blog

0 comments:

Post a Comment