Archived topic
Customize comments
1 reply · Started by LoGP on December 7, 2017
Hey guys,
1) How do I change the font size of the comments (body/content). Would be nice to do this from the admin.
2) How do I disable (so not hide) the date in the comments?
Cheers
L
Hi there,
1) Currently the comment font size should inherit from the Body (Typography > Body).
If want to separate them, try this CSS:
.comment-content p {
font-size: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
2) You'd have to overwrite the entire function: https://generatepress.com/forums/topic/hide-comments-time-metadata/#post-417582