Site logo

Archived topic

Trying to get rid of comment date

3 replies · Started by George on February 13, 2018

Viewing posts 1–4 of 4

I want to hide the date for the comments. I already unchecked everything in the blog layout section of the customizer, and I have this CSS in the Simple CSS plugin:
/*hide date on comments*/
.commentmetadata {display:none}

But the date is still showing for the comments. How can I hide them?

Hi there,

Try this:

.entry-meta.comment-metadata time {
    display: none;
}

Thanks, this one is working.

No problem :)

This archived topic is closed to new replies.