Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1015742

    I am behind on replying to comments and some of them on my blog posts are several years old. I would just like to hide the date on all comments on my blog posts, so that they seem more ‘evergreen.’

    Is there some custom CSS I can use to do that?

    Thanks!

    #1015867

    Hey Moondreamer21,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1015892

    Yes, site info. below.
    To clarify further:
    There are comments on blog posts.
    Every comment is dated.
    I would like to dates on the comments to be hidden.
    Thanks.

    #1015911

    Hi,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1015941

    Thanks Jordan, that worked great!

    #1015944

    Hi,

    Awesome, always happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide Date (only) from Comments on Blog Posts’ is closed to new replies.