Pros and Cons | Tips and Tricks
How To Remove Blogger Logo From Your Post Comment
Follow these simple steps to remove the default blogger logo from the post comment on your post.
By default, the blogger logo is what shows up anytime you or fellow blogger drop a comment below your post.
Please follow this simple steps to remove the default blogger logo now.
step 1 : go to your blogger dashboard
step 2 : click on template
step 3 : click on Edit HTML and tick Expand Widget Templates box
step 4 : search for the code below:
<dt expr:class='"comment-author " + data:comment.authorClass' expr:id='data:comment.anchorName'>
Then replace above with below code:
<dt expr:class='"comment-author "' expr:id='data:comment.anchorName'>
step 5 : click on save template.
Note* If you want to show a custom image next to comments in blogger , then you have to enable Google+ comments on your blog.