Viewing 3 replies - 1 through 3 (of 3 total)
  • 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;
    }

    Thread Starter tmc5005

    (@tmc5005)

    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.

    Thread Starter tmc5005

    (@tmc5005)

    Hello,
    Now I see that in the box I am refering to in https://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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘image in comments’ is closed to new replies.