Homepage › Community Forums › Epik Theme Support › Font colour
Tagged: font, type
Is there any way of changing the font colour from black to white in the comment section of the template? I’d prefer it to be a deep red, but black type is hard to read – http://www.copyandartinaction.com/clear-thinking/how-to-write-a-high-fidelity-communication-brief-profiling-the-target-audience/
Yes, take a look in your css around line 1936 and you can add a color like this –
.comment-content p { color: red; margin-bottom: 24px; margin-bottom: 1.5rem; }
Cool Wes! Many thanks.
You’re Welcome