Remove comment date

Viewing 2 posts - 1 through 2 (of 2 total)
  • #18654
    mybeautytreasures
    Participant

    Hi,
    i wanted to remove the date / time from the comments. Where can I find the code in the theme editor, or can you get me some css for that? Many thanks!!!

    #18655
    Daniel Tara
    Keymaster

    Comments are generated by WordPress, not the theme so there’s no way to customize them from the theme. You can hide the comment date with the following CSS:

    .comment-meta {
    	display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.