Hide Comments Count On Homepage of Blogger Emporio Theme

If you’re not getting much comments on your blog posts, you might want to consider hiding the comments count that displays on the homepage of blogs using the Blogger emporio theme.

Steps

  • Sign in to your Blogger dashboard at blogger.com
  • Navigate to “Theme” > “Customize” > “Advanced” > “Add CSS”

  • Copy and paste the code below into the box:
html[dir=rtl] body.feed-view .post-share-buttons, html[dir=ltr] body.feed-view .post-comment-link {
    float: left;
    display: none;
}
  • Click “Apply to Blog”.

That’s all.

1 Like