How To Remove Blogger Navigation Bar in Draft Template Designer
How to delete navigation bar on Blogger Draft template?
How to remove default bar on Draft Template Designer?
The previous method to remove default Blogger navigation bar cannot be used anymore with templates designed from Blogger 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:
(instead of below <b:skin><!--[CDATA[/* in the previous method).
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?
The previous method to remove default Blogger navigation bar cannot be used anymore with templates designed from Blogger 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> |
(instead of below <b:skin><!--[CDATA[/* in the previous method).
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