Hey there Colin,
Hope you’re well! 🙂
I suggest you use a child theme http://codex.wordpress.org/Child_Themes or use css custom plugin like this: https://wordpress.org/plugins/simple-custom-css/ if you will customize your theme.
Add the codein your child theme’s style.css or using the plugin mentioned above.
.comment-content p {
font-size: 28px;
}
Change the value 28 to the one you like.
Let me know if it helps! 🙂
Take care,
Calvin
Thanks – brilliant – that does the trick.
Colin
Thanks for helping, Calvin!
Let us know if anything else comes up, Colin!
I have the same problem… i have already added this code to my site (www.cultsha.com) as seen on bottom of page http://cultsha.com/ghana-water-purification-project-4/
ol.commentlist {
font-size: 12px;
}
.commentlist li {
font-size: 12px;
}
.comment p {
font-size: 12px;
}
.comment-content p {
font-size: 12px;
}
(@lawson1349)
11 years, 6 months ago
The ‘ Make ‘ theme is excellent except for one issue. The font size for the comment boxes is much smaller than the standard font size for the rest of the Theme. This makes the comments difficult to read and gives the impression they are unimportant. Is there a way of increasing the Comments font size so that it matches the text of the rest of the theme?
Thanks,
Colin Lawson