Thursday, 8 January 2009

Howto Remove Blogger Header

Howto Remove Blogger Header. Maybe you already removed the navbar and maybe customizing the header by removing the border wasn't enough, and you just want to remove it completely.

Go to 'dashboard' and select 'layout' and then 'edit html'.

Scroll down until you get to the "#header-wrapper" section.

Change

    #header-wrapper {
    width:660px;
    margin:0 auto 0px;
    border:0px solid $bordercolor;
    }
to
    #header-wrapper {
    width:660px;
    margin:0 auto 0px;
    border:0px solid $bordercolor;
    display:none; /
    }
and save.

21 comments:

  1. Thanks

    Also Visit
    http://www.thefreelibrary4u.tk

    ReplyDelete
  2. any idea in how to change it,
    like to more left and to the bottom a little bit??

    ReplyDelete
  3. hmmmm no, but not sure why you want the header to appear in the middle of the page?

    ReplyDelete
  4. i dont want it to be in the middle!

    i just want it to be a little down and a little to the left,

    i end up with removing it, because when i put it, the design looks not cool at all,

    check my blog and look at the design!!
    u can see what im talking about!


    now i dont have a title and i dont have a HOME link button! :(

    but really thanks for this tutorial!

    ReplyDelete
  5. now this was really useful, thanks a lot!

    ReplyDelete
  6. Excellent.

    ctrl + f with 'wrapper,' then add the "display: none;"

    This is a year old but it works loads better than newer ways to remove the header. Thanks, guy.

    ReplyDelete
  7. Look for this code now:

    .header-outer {
    background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px;
    _background-image: none;
    }

    then add:

    display:none; /

    End code should look like this:

    .header-outer {
    background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px;
    _background-image: none;
    display:none; /
    }

    ReplyDelete
  8. I did this just now in only a few seconds and it worked and looks great! Thanks so much for the info

    ReplyDelete
  9. Good
    http://picspox.blogspot.com/

    ReplyDelete
  10. Oh my, thank you so much. I have tried everything and nothing worked but this.

    ReplyDelete
  11. thanks so much - this worked great!

    ReplyDelete
  12. Want to Earn Money In 15 Minutes

    visit Now & Register
    http://paiselive.blogspot.com/


    Join Now & get 99Rs Just for sign up.

    ReplyDelete
  13. thank you very much admin, i am searching for this..

    ReplyDelete
  14. well, this is what im looking for so long.it's really works and my blog look excellent. tq admin

    ReplyDelete
  15. ...Yay - it worked!

    ...Thank you!

    ...Blessings... :o)

    ReplyDelete
  16. very helpful, i am using the simple template. thanks!

    ReplyDelete