One thing that I do not like from blogger is the comment avatars because it is not capable of displaying avatars bloggers other than themselves. A more or less pleasant, avatars can only display the comments photo profile if we are only in a state of the status log. So do not expect the avatar will appear if we simply enter the URL address course, this would reduce the terms of neatness of appearance, because it would look empty without a decorated space avatar altogether.
And to Display Blank Avatars or Comments Default Avatar on BlogSpot follow this one
log in into your blogger account
click layout and than edit html dot forget to mark Expand Widget Template
Put this css code before ]]>
Next steps you find this code
And than replace with this code
And click saves,
And to Display Blank Avatars or Comments Default Avatar on BlogSpot follow this one
Put this css code before ]]>
/* Avatar */
.avatar-image-container img {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3G4n5T4Dj645pZbSpDItDtDxzVJUFCs6BIZFsaGJEnH4ih9Jnj-my-vyPkjC_JS0WeEYVV6YGAJlbV7bh46jC8zsBmIAmv5KJXIn4I_vCdc7XZZWKA45T_rPF1i6BjyMo8qAQOoq7TrPN/s320/AvatarBlogger.png);
width:35px;
height:35px;
}
Next steps you find this code
<a expr:name='data:comment.anchorName'/>
And than replace with this code
<b:if cond='data:comment.favicon'>
<img expr:src='data:comment.favicon' height='35px' style='margin-bottom:-2px;' width='35px'/>
</b:if>
And click saves,
test comment
ReplyDelete