Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #392786

    Is there a way to remove comment meta?

    I would like to not display the date that the comment were posted.

    #392789

    Hey QBD,

    try this one:

    .comment-meta {
        display:  none;
     
    }
    #393086

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .comment-meta {
    display: none !important;
    }


    @zitronenen
    Thanks :)

    Regards,
    Yigit

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