Hi,
you can try this in the theme customizer:
.comment-date-time {
display: none;
}
regards, Frank
it is not working ..date still coming in comment section. Kindly help.
Hi,
ok, you have to add “#comments” before:
#comments {
.comment-date-time {
display: none;
}
}
thanks..it is working now..