Blogger has started advertisement above the navbar (the usually blue navigation bar at the very top of a blog) on a random basis (now you see it, now you don't) and this has taken valuable space. See screen shot below:
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
#navbar {
display: none;
}
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
Simple Trick To Hide Blog Navbar
- Open Your Blog
- Design
- Template Designer
- Advanced
- Add CSS
#navbar {
display: none;
}
Responses
0 Respones to "Hide Navbar For New Blogger"
Post a Comment