Site logo

Archived topic

Comment styling

1 reply · Started by Allen on May 27, 2021

Viewing posts 1–2 of 2

hi

a) can you check my styling, I only wish to have special text and border colour for admin/editor/author/contributor (pls double check for me) comment reply. But it affected my guest's comment reply.

b) How can i reduce the space between comment's reply and bottom border?

Thank you

Hi there,

You currently have these selectors:

.comment-author-admin .comment-body {...}
.comment-author-admin .comment-content {...}

Instead, do this:

.comment-author-admin > .comment-body {...}
.comment-author-admin > .comment-body .comment-content {...}

To reduce the spacing, try this:

.comment-content {
    padding-bottom: 10px;
}
This archived topic is closed to new replies.