Trick to remove blogger navbar
      If you want to remove navbar from your blog first of all edit template's html code and search {style type="text/css"} then you need to put this code between <head> here </head> tags
    <!-- code to add "Ravi"-->
<style type="text/css">
#b-navbar{
height:0px;
visibility:hidden;
display:none;
}
</style>
and in beta version use above code but type "#navbar-iframe" instead of "#b-navbar"..............

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home