Wednesday, June 13, 2012

How To Hide Disable or Remove Blogger Navbar ?


Blogger comes with a default navigation bar. This blogger navigation bar may not be present in the most of third party templates. But if you are using a default blogger template, then you will see navigation bar like this one which is given below. These navigation bars can be removed using some CSS tricks.




Here are steps to hide disable or remove blogger/blogspot navbar
1. Go to blogger
2. from your dashboard click on Design
3. Edit Html







4. Now press Ctrl+F search for the following code;      body {



#navbar-iframe {
display: none !important;
}
* {
border: 0;
margin: 0;
padding 0;
}

5. Copy the code provided below ( as shown in the image below) and paste that code before body { now save your template and enjoy the new look of your blog.


No comments:

Post a Comment