Site logo

Archived topic

Nested Comment Issue

7 replies · Started by Sam on August 21, 2018

Viewing posts 1–8 of 8

Hi Leo!

Sorry I wasn't being clear enough. I meant specifically the different colors in the comments that you see in the screenshot above.

Thank you so much for your patience! :)

Hmm you could try something like this:

.comment .depth-2, .comment .depth-3 {
    border-left: 1px solid #000;
}

Give this a shot:

.comment:not(.depth-1) .comment-content {
    border-left: 1px solid #000;
}

Hi Tom, we are getting close!

Check this out: https://drive.google.com/file/d/1CqQ169F8MzhA-N3vPDrjxRVoVD-HJPOb/view?usp=sharing

1. I would like the author's comment to have a specific border color but I can't seem to find the class for it.

2. The reply button should be situated at the bottom of the comment, like the reference here:

https://drive.google.com/file/d/1NgeVPCkudArDD4djYGKYQjDKT54Fek_k/view?usp=sharing

3. That means I need to remove the date, time and the edit button from the top, and shift the reply button down.

Any idea how to do this? Thank you!

1. Try this:

.bypostauthor .comment-content {
    border-color: red;
}

2 + 3. I believe you have another topic trying to accomplish this?

This archived topic is closed to new replies.