joshua.c.j
Member
Posted 3 years ago #
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
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.
joshua.c.j
Member
Posted 3 years ago #
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;
}