Viewing 5 replies - 1 through 5 (of 5 total)
  • If you mean the grey background of the first comment, you need to change this code:

    /** line 617 sceen.css**/
    .commentlist li.alt {
    background:
    #EEE; /*change #EEE to something darker like #666*/
    }
    Thread Starter eleniwriter

    (@eleniwriter)

    Oh wow!

    Thanks. It worked like a charm. I should’ve posted sooner and saved two hours of aggravation!

    By any chance would anyone know how to change the font color of the header in the reply boxes. That’s all I need, and I’ll be good to go.

    on line 554 Change #333 to whatever color you like.

    .commentlist cite, .commentlist cite a {
    font-size: 17px;
    font-style: normal;
    text-decoration: none;
    color:
    #333;
    }
    Thread Starter eleniwriter

    (@eleniwriter)

    That worked as well! The date is still dark, but as long as the name is visible, I don’t think it’s a problem. Thanks again for your help.

    That would be line 633 in the following code:

    .commentmetadata a {
    text-decoration: none;
    color: #333; /* Change #333 to whatever*/
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Background color for comment replies- I've tried so many codes already!’ is closed to new replies.