How to remove anonymous avatar from blogger comments - Recently we published an article on how to increase the size of avatar in comment section of blogspot blog and now this post is about how to remove anonymous avatar from blogger comments.
How to remove anonymous avatar from blogger comments

How to remove anonymous avatar from blogger comments

Login to blogger and go to template edit html now find closing tag of your template </body> and before this body tag add the below codes and save your template.

<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$(&quot;img[src=&#39;http://img1.blogblog.com/img/anon36.png&#39;]&quot;)
.attr(&#39;src&#39;, &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnDuM_HzRwc-k0dPWU_nrJno63WQNvljhv77gkVGFJyAI4JS76WZ1zTNZQVVs8lSBEYxeYfMa65zFbsGnkf3BvrIXfElm0iP5gcdLdR3BhodWudUJJ8pR5jyPs4QbF81zjNZFPLx-u-rA/s1600/default_avatar.gif&#39;)
.ssyby(&#39;blank&#39;)
</script>
<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$(&quot;img[src=&#39;http://img2.blogblog.com/img/b36-rounded.png&#39;]&quot;)
.attr(&#39;src&#39;, &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRAMAyYn2H77se-gk9Gb3gcHoYUOtsBOBv2ieQSz9x2agMpS60Lj-5JtxGKQ8nxEhL46hc94rZ6REpiKBUmwWRAu5i7u08vzjMYPWTgmZVIfvTQUy9WDOQ1N3rYE4fQmJJBwM8WeRTRsQ/s1600/blogger-user.png&#39;)
.ssyby(&#39;blank&#39;)
</script>
To publish any other image with your own design then simply change the image link that included on this codes. Finally you have changed default anonymous avatar in blogger comment.