How To Hide Blog Description on Blogger Blogs



Search engines use the title and Blog description tags when indexing Blogs, hence both are very important for search Engine Optimization. Hence, you must make sure you make very good use of them.

However if you are not using a picture as your blog header, you might want to hide your blog description from showing in your blog header. You can easily do this, while the blog description still remains visible to search engines.

How To Get Started

If you are using a template compatible with template designer and also using the new Blogger dashboard;

Log in to your blog and select the blog you want to work on.

Go to Template  ==> Customize.

This open up  the "Template Designer"

On the left menu, click on "Advanced"

Scroll down and click "Add css"


You will see a box by the right hand side as seen in the picture below, where you can add your css codes.



Copy and paste the code below in it:


.description{
display: none;
}

Click "Apply to Blog"


View your blog and you should no longer see your blog description.

If your template is not compatible with template designer,


Log in to your blog and select the blog you want to work on.

Go to Template  ==> "Edit HTML" ==> "Proceed"


Use CTRL F to find : ]]></b:skin>


Right above it, copy and paste:


 .description{
display: none;
}

That's all.

I hope it works for you.













Comments

  1. Anonymous2/22/2012

    Sir pls do me a favour i want know how to design a web site using dreamweaver Adobe cs5 or any other software

    ReplyDelete
  2. Thanks for this interesting post. It is quite helpful.

    Job Description Template

    ReplyDelete
  3. thank you for this. i have done as you instructed and it worked for me. you are the best.

    ReplyDelete
  4. Thanks you................

    ReplyDelete
  5. Thank you, worked for me.

    ReplyDelete

Post a Comment

We Love To Hear From You But Don't Spam Us With Links!

Want to be notified when I reply your comment? Tick the "Notify Me" box.

If your comment is unrelated to this post or you're trying to ask question about an old post, please drop it at our discussion platform here.

THANKS.