(1) To remove navbar from blog.
- log in to your blogger account
- click on design
- click on Edit HTML
- now search for this
/* Content
5. paste the following code below the /* Content/* navBar --------------------------- */
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
6. click on preview and then save template.
Note: If your template background affect from this method so use (2) method.
(2) To remove navbar
repeat above 3 steps which we did in method (1)
- seek the following code
<b:skin><


0 comments:
Post a Comment