If you have shifted your blogspot blog from old blogger to the new blogger beta, you may have noticed that the previous CSS code to remove the blogger navbarwill no longer be effective. That's because Google now uses different CSS tags to display the blogger bar. [#navbar-iframe instead of #b-navbar]
Fortunately, hiding the blogger navbar from new blogger is also as simple as the old one. Just add the following lines anywhere in your Blogger template
Note: Delete these * before using this code
<*style>
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
<*/style>
Fortunately, hiding the blogger navbar from new blogger is also as simple as the old one. Just add the following lines anywhere in your Blogger template
Note: Delete these * before using this code
<*style>
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
<*/style>
0 comments:
¿Te animas a decir algo?