Archived topic
Remove date and time from comments & how to remove this bar?
3 replies · Started by Gemma on December 28, 2018
Viewing posts 1–4 of 4
Hi!
I tried to delete the date and time of WordPress comments by CSS with this code:
.comment-metadata > a {
display: none;
}
The code works but I would like to remove this bar (attached image):

Is it possible to eliminate that bar? I attach an example:

Many thanks ;)
A greeting!
Hi there,
try this CSS:
.comment-metadata .reply {
font-size: 0;
}
.comment-metadata .reply a {
font-size: 14px;
}
Thank you. Works!
Glad to be of help
This archived topic is closed to new replies.