For hide blog head description need a add short CSS code into blogger templates.blog
description gives you an opportunity to increase the density of your blog's primary keywords and keyword phrases so if delete this blog facing SEO so hide the description from your blog's template t blog while keeping it in the source code.
So simple steps of hide a description from blog head
description gives you an opportunity to increase the density of your blog's primary keywords and keyword phrases so if delete this blog facing SEO so hide the description from your blog's template t blog while keeping it in the source code.
So simple steps of hide a description from blog head
Add a below simple css code in your blogger template
code is
.description{display: none;}
Just copy this line and paste in blogger templates
How to Add CSS blogger templates
- Log in to your blog
- Go to Template ==> "Edit HTML" ==> "Proceed"
- Use CTRL F to find : ]]></b:skin>
- copy and paste below code above ]]></b:skin>
.description{
display: none;
}
done.
Video simple steps of hide a description from blog head
No comments:
Post a Comment