Archived topic
Comments meta in single posts
3 replies · Started by Rogi on July 9, 2020
Viewing posts 1–4 of 4
Hi guys!
I searched for this on the forum and in the knowledge base, but I didn't find it: How to show comments meta on single posts?
Thanks in advance!
Hi there,
Try this CSS:
.single .comments-link {
display: block;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi Leo!
I tried, but it didn't work.
But it worked like this:
.single .comments-link {
display: inline-block;
}
Thanks.
Both should work depending on how you want to display it :)
This archived topic is closed to new replies.