Viewing 4 replies - 1 through 4 (of 4 total)
  • The commenters name and the comment date are links too, you want to change those?

    If not, how about a link to a page with a comment that has a link in it?

    Thread Starter artitumis

    (@artitumis)

    Commenters name and the date are links I want to change as well. The down and dirty is anything that comes from comments.php would be the only links affected. I’ve already got the p links changed.

    Here is a link where I announced that my wife pregnant with a girl.

    http://www.soldiersperspective.us/?p=1235#comments

    Try adding to your style.css:

    .commentlist a, .commentlist a:hover, .commentlist a:visited {
    color: red;
    }

    for starters (change red to your flavor ;’)

    Thread Starter artitumis

    (@artitumis)

    That almost got what I was looking for. Thank you so much for pointing me in the right direction. Here is the change I ended up making that works exactly how I wanted.

    .commentlist a:visited {
    color: #dd0000;
    }

    .commentlist a:link {
    color: #0000d2;
    }

    I really do wish I knew more about CSS. I am learning a lot by tinkering around, though.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing comments links color only’ is closed to new replies.