It is recommended for SEO to add a Blog description.
But the default blogger Template will then display it below the Home page title.
This clutters a lot the page and it isn't very useful/ a bit annoying. Specially if you already have an About page. I present here how to hide the blog description from you Blogger theme.
I have found the answer here: https://www.bloggertipandtrick.net/how-to-hide-description-from-blogger/
Edit your Blog Theme HTML Template and add the line:
.Header .description {
display:none;
font-size: $(description.text.size);
color: $(description.text.color);
}
No comments:
Post a Comment