• Hello,

    If you go to my comments page and look at the reply button over the first comment, its how I want it. Its great and red if you hover, its perfect.

    I tried copying that exact CSS code to the other class and its not working…. please help. Here is my entire comment CSS section:

    ol.commentlist { list-style:none; margin:0; padding:5px; }
    ol.commentlist li { border:1px solid #616D7E; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }
    ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
    ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: arial,arial,sans-serif; }
    ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }
    ol.commentlist li div.vcard cite.fn a.url { color:#cc0000; text-decoration:none; }
    ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
    ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }
    ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: arial,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
    ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }
    ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: arial,arial,sans-serif; margin:5px 0 12px; }
    ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: arial,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }
    ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
    ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
    ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
    ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
    
    ol.commentlist li ul.children div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
    ol.commentlist li ul.children div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
    ol.commentlist li ul.children li.even div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
    ol.commentlist li ul.children li.even div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
    
    ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }
    ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
    ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
    ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
    ol.commentlist ul.children li.odd { background:#fff; }
    ol.commentlist ul.children li.even { background:#D9E5F6; }
    ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

    If you need any more information please don’t hesitate to ask and, as always, thanks in advance for any support.

    EDIT: I’m also trying to find a way to disable the hover effects on the avatars. The affect that makes the avatar look weirder.

The topic ‘Reply button on comments beyond first isn't working…’ is closed to new replies.