Recent Posts

prev next

Tuesday, February 16, 2010

How to remove navbar from your blog

Posted on 4:26 PM by Mohamed Omar

in the Dashboard click on Layout then Edit Html
and then all what you have to do is to find the following code #navbar-iframe { and write the following code below it :

height:0px;
visibility:hidden;
display:none;
}

  • Hint: if there's any changes in your template code as height:1px; or display:visible; you will have to delete it and change it by the previous codes

Subscribe in a reader


No Response to "How to remove navbar from your blog"

Leave A Reply