Removing blogger default navbar make your blog looks more professional though some people argue that removing navigation bar is against the TOS and i was googling and found out that this is nothing to fear of and its not an issue.
How to Make This Happen?
- Login to your blogger dashboard
- Click on Template
- Click on EDIT Html
- And find(ctrl+f) for this line of code
</b:skin>
and right before this code paste the following code,
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
- Now save your template and your done
Now view your blog to see your navigation bar disappear. This hack should work out if implemented as said above.

Post a Comment