Since that is taking valuable real estate plus the fact the theBlogger TOS (Terms of Service) did not specify that one must have it for the blog, I have decided to hide the navbar.
There are various ways to do that, not all of them effective. I have found that the hack by Aditya to be effective.
Aditya's hack is simple. Here is my interpretation of his hack: Go to LAYOUT > EDIT HTML to open the template editor.Look for
/* By Aditya http://the-lastword.blogspot.com/
----------------------------------------------- */
div.navbar {
opacity:0.0;
display:none;
}
Credit to:Link
No comments:
Post a Comment