Hi friends, I have a blog http://must-read-articles.blogspot.com/, everything is working fine, the only problem I am facing is I am not able to find any options to hide the top navbar of blogger. If naybody done that please help me out. Thanks Regards Sheel
This is the code I put in Edit HTML. #b-navbar { height: 0px; visibility: hidden; display: none; } #navbar-iframe { height: 0px; visibility: hidden; display: none; } PHP: This removed my navbar, making my site more presentable.
First things first! Have a good look at this one: How to hide blogger nav bar Its by far the best approach I've ever seen. The idea behind it is the same CSS trick but it adds an enormously important functionality to show/hide the nav bar as you need! Simply click on a button to show the navigation bar again or to hide it. I've already written about it here