Reply To: Font colour

Homepage Community Forums Epik Theme Support Font colour Reply To: Font colour

#9172
Wes
Moderator

    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;
    }