How to delete navigation bar on Blogger Draft template?
How to remove default bar on Draft Template Designer?
Here's how to remove the navigation bar on Template Designer's templates:
Dashboard > Layout > Edit HTML
Add this code:
just above this line:
Then save it, view your blog and it's done!
---It can also be done via this method. Navigate yourself through:
Dashboard > Design > Template Designer > Advanced > Add CSS
And then add this:
Click "Apply to Blog" and you're done
How to remove default bar on Draft Template Designer?
Here's how to remove the navigation bar on Template Designer's templates:
Add this code:
#navbar-iframe { display: none !important; } |
just above this line:
]]></b:skin> |
Then save it, view your blog and it's done!
---It can also be done via this method. Navigate yourself through:
And then add this:
#navbar-iframe {display: none !important;} |
Click "Apply to Blog" and you're done
0 comments:
Post a Comment