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
#navbar-iframe {
display: none !important;
}
* {
border: 0;
margin: 0;
padding 0;
}
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