Line between comments

Posted in: Newspaper
Post count: 29

Hi,

between every comment is a line, but not after the last.

How I can change this?

Post count: 3343

Hi,
Add this in Theme panel -> Custom CSS

.comment-list .comment:last-child {
    border-bottom: 1px solid #F5F5F5;
}
Post count: 29

ok

but now there is a second line after a reply.

http://www.bilder-space.de/bild-Image_png-14875.htm

Post count: 3343

Hi,
Use this:

.comment-list > .comment:last-child {
    border-bottom: 1px solid #F5F5F5;
}
Post count: 29

great, thanks for the quick answer !!!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.