How To Hide Description From Blogger Header

Posted by Lasantha Bandara File Under : change template, header, html 10 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.

10 thoughts on “How To Hide Description From Blogger Header

  1. 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. @PinoyDoble

    find this:

    <div class='descriptionwrapper'>

    replace it with below one:

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

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

    to hide the description even the Title.

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

  4. 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

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.