Easy Steps to remove Blogger default navbar
I like this blogger site but one thing i hate is bloggr default navbar which is in the top of the blog because i want to personalise my blog as its my own. after long time i found this method how to remove blogger default navbar from the blog.
Follow this simple steps to remove blogger default navbar.
2. Login to your account blogger account.
3. In layout section edit the html of your blog and find
]]></b:skin>
add this code
#navbar-iframe{height:0px;display:none;visibility:hidden; }
after that your code should be like this
]]>#navbar-iframe{ height:0px; display:none; visibility:hidden; }</b:skin>
No comments:
Post a Comment