Hello,
I would like to hide the datetime of the comments. (It is not a blog)
How can I do this, please?
Thanks in advance!
Hazlitt
Hi Hazlitt1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.comment-meta.commentmetadata {
display: none;
}
If that does not work, please post the link to your page and point out the date you would like to remove.
Best regards,
Yigit
Yigit, you are great – thank you!