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!
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
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.
Hi,
Add this to quick css:
.comment-meta time{
display:none!important;
}
Best regards,
Jordan Shannon
Thanks Jordan, that worked great!
Hi,
Awesome, always happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon