Home › Forums › Support › Highlight comment by post author This topic has 3 replies, 2 voices, and was last updated 9 years, 7 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 6, 2016 at 3:26 pm #224467 David When a post author comments on his/her post I want to make them stand out from all other comments by adding a background colour. I’m using the following to achieve this: .bypostauthor .comment-content{background:#EDF8FF;} The only problem is, that when somebody else posts a reply to one of the author’s comments, that reply also gets the same background colour. Any idea how I can stop this happening? September 6, 2016 at 7:59 pm #224522 TomLead Developer Lead Developer Give something like this a try: .comment-author-admin > .comment-body > .comment-content { background: #EDF8FF; } September 6, 2016 at 11:54 pm #224574 David Thanks Tom, I managed to get it working with a small change to your code: .bypostauthor > .comment-body > .comment-content { background: #EDF8FF; } September 7, 2016 at 9:24 am #224684 TomLead Developer Lead Developer Awesome, glad you got it working 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In