Text color in comments box
-
I have tried every single code I can find through my theme css page and using View Source, and none of them alter the text inside the comment box. I managed to change all the other elements, subscription links, etc., but this one eludes me. I’d like to change the color of the box itself as well as the color of the font.
Using Coraline theme… Thanks!
The blog I need help with is: (visible only to logged in users)
-
Try with this :)
.highlander-dark #respond #comment-form-comment textarea,
.highlander-dark #respond #comment-form-comment.active textarea,
.highlander-dark #comment-form-share-text-padder textarea, {
color:#yourdesiredcolor !important;
}
-
To change the background color of the box try this one:
.highlander-dark #respond #comment-form-comment,
.highlander-dark #comment-form-share-text-padder {
background:#yourbackgroundcolor !important;
}
-
- The topic ‘Text color in comments box’ is closed to new replies.