Removing blogger bar from the top of the blog
it is possible intwo ways
---> one is that you have your own hosting then it'll be no more on the top of the blog
---> second is that we can hide it by using CSS properties
First step :
Go to select Template
Second Step :
Select Edit HTML
Then Paste this code in Code
#navbar {height: 0px;visibility: hidden;display: none;}
That's it ...
No comments:
Post a Comment