Blogger blog has a common feature. Google set a navigation bar to the top of the page by default for navigate to next blog, goto account etc. This is public and whenever it is visited by someone he/she will see this navigation bar even if he/she not a google account holder or not signed in. This may disappointed some blogger. I myself, don't like it. So, Now we are going to remove that.
If you are familiar with web programming/development(specially html/css), you should solve this problem very easily.
* View source, check/inspect which element is that, set that elements visibility property to 'hidden' or display property to 'none'
If you are a pure blogger, don't know anything about html/css programming, then for you here is the simple solution:
* Go to You blog admin panel's 'layout' tab, then 'edit html' section. Find the <style> tag just after that, add the following code snippet:
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
Now save your template and you should get your job done. Enjoy!!!!!!!!!
Subscribe to:
Post Comments (Atom)










0 comments:
Post a Comment