
Since that is taking valuable real estate plus the fact the the Blogger 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 <b:skin> and paste the following after that:
/* By Aditya http://the-lastword.blogspot.com/
----------------------------------------------- */
div.navbar {
opacity:0.0;
display:none;
}
Related posts:
Simple adjustable way to hide navbar
How to hide navbar for New Blogger (xml template
0 comments:
Post a Comment