To make Blogger more interesting you can always use some Blogger hacks. Earlier in one of my post I wrote about How to change the favicon in blogger. Today in this post I will show two easy blogger hacks which can be done very easily. So all you have do is just follow the steps
Go to your Blogger DashBoard–>Layout–> Edit HTML
How to remove the Blogger Navbar—
Search for the text “body”in your blogger template…(Use ctrl+f to find)
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
Now add the above code in your blogger template after the end of body {….} then save the template. From Now your Blogger navbar will not show.
Remove Label count-
Search for
in your blogger template..(Use ctrl+f to find)
After you got the above code just delete it …then save the template…from now it will stop showing Label count.
Done!!!!!!

0 comments ↓
There are no comments yet...Kick things off by filling out the form below.
You must log in to post a comment.