Site logo

Archived topic

How Can I Remove Dates from Comments?

1 reply · Started by Ryan on March 26, 2023

Viewing posts 1–2 of 2

Is there a way to remove dates from comments that visitors have left?

Hi Ryan,

Try adding this through Appearance > Customize > Additional CSS:

.entry-meta.comment-metadata time {
    display: none;
}
This archived topic is closed to new replies.