How To Hide Description From Blogger Header

Posted by Lasantha Bandara on June 5th, 2009 File Under : change template, header, html10 Comments

1.Log in to your dashboard--> layout- -> Edit HTML

2.Scroll down to where you see this :

#Header .description

Look at the picture below.

3.Copy below code and paste it after above line.

display:none;


Look at the example below.

4.Now save your template and you are done.

File Under : change template, header, html

10 Responses to “How To Hide Description From Blogger Header”

  1. PinoyDoble says:

    Good day sir.

    I was looking for this tutorial for almost a week.I'm glad I found this. but i have some little problems. I cant find the code with #header. description { .. I'm using high customized advance template. any help from you will be highly appreciated. my blog is http://animemoryu.blogspot.com

    Thanks in advance

  2. Blogger Tips And Tricks|Latest Tips For Bloggers says:

    @PinoyDoble

    find this:

    <div class='descriptionwrapper'>

    replace it with below one:

    <div class='descriptionwrapper' style='display:none;'>

  3. JefFrey Lopez says:

    The same with me sir.. i cannot find also the code

    to hide the description even the Title.

    http://www.pinoywarezdl.co.cc/

  4. shadow says:

    thanks
    http://shadowtodeath.blogspot.com/

  5. Kidstazion says:

    Find below code after expand widget templates :
    .header-inner .Header .descriptionwrapper {
    padding: 0 $(header.padding);
    }

    insert this code : display: none;

    and the complete code should be like this :

    .header-inner .Header .descriptionwrapper {
    padding: 0 $(header.padding); display: none;
    }

    Good luck!
    http://www.kidstazion.com

  6. Nife says:

    Thanks, i tried it and it worked. @Kidstazion thanks also....

  7. Wilker says:

    This is really amazing. Both your hide tittle and description helped me alot!
    Thank you , so much!

  8. noufal says:

    Lasantha @ working well ...

  9. WhiteWalker says:

    Thanks this was an easy solution!

  10. Selou says:

    This is not the first time I resolved blog issues because of you. Your blog is awesome!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.