• joshua.c.j

    (@joshuacj)


    Hi there,

    I need to change to colour of the background to comment replies. That is, when user X leaves a comment and user Y comments back by clicking ‘reply’.

    At the moment it’s set to white, which is not very attractive with grey text.

    Thanks in advance, J

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    I don’t know Atahualpa but if you post a link to your site, I could probably tell you how to change it via CSS.

    Thread Starter joshua.c.j

    (@joshuacj)

    thanks esmi. it’s here.

    http://photographywithoutborders.org/

    esmi

    (@esmi)

    Couldn’t see many longer comment threads to work with. I did notice that the replies by the post author look like they need amending:

    style.css (line 1308)

    Try changing:

    ul.children div.bypostauthor {
    background-color:#FFECEC;
    border:1px dashed #FFBFBF;
    }

    to

    ul.children div.bypostauthor {
    background-color:#FFECEC;
    color:#606060;
    border:1px dashed #FFBFBF;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Atahualpa theme: Change colour of comment replies’ is closed to new replies.