Locate the following in your theme css and insert ‘ display:none; ‘ (without the apostrophes)
1.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
margin: 1px;
background: #fff;
}
Hello,
My original css file had this
.commentlist li li
{
margin-left:30px;
}
.commentlist li .avatar
{
float: right;
border: 1px solid #eee;
padding: 2px;
margin:1px;
background: #fff;
}
.commentlist li cite
{
I replaced it with
.commentlist li li
{
margin-left:30px;
}
display:none;
.commentlist li cite
{
now it is working the way I want in Mozilla firefox but in internet explorer the white square is still there but it moved over to the beginning of the comment. Strange, I was trying to just remove it everywhere.
Hello,
Now I see that in the box I am refering to in http://tenniselbowracquet.com/tennis-racquets one of my responders puts his photo in there. I would like to include my photo in my replies but cannot figure out how?
Can you help?
Thank you!