Tuesday, 19 June 2012

How To Remove Blogger Navigation Bar ?

How to delete navigation bar on Blogger Draft template?
How to remove default bar on Draft Template Designer?


blogger draft navigation bar

Here's how to remove the navigation bar on Template Designer's templates:
Dashboard > Layout > Edit HTML

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:
Dashboard > Design > Template Designer > Advanced > Add CSS

And then add this:
#navbar-iframe {display: none !important;}

Click "Apply to Blog" and you're done

0 comments:

Post a Comment