Forums
Forums / Theme: Hestia / Comment Text Color
(@nkubz)
6 years, 10 months ago
How do I change the color of the comment text from grey to black?
(@sonamdev)
Hello,
Add this code in additional css option to change the font color.
#commentform { color: #000000; }
That didn’t work, but actually I figured it out and this did:
.blog-post .media p{ color: #000 !important; }
The topic ‘Comment Text Color’ is closed to new replies.
(@nkubz)
6 years, 10 months ago
How do I change the color of the comment text from grey to black?