- This topic has 4 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Font colour’ is closed to new replies.
Home › Community Forums › Epik Theme Support › Font colour
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/
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