Best Premium and Free WordPress Themes › Forums › DuperMagPro › Changing font color while writing comments › Reply To: Changing font color while writing comments
April 4, 2017 at 4:40 am
#15634
acmethemes
Keymaster
Hello kamil,
There is no any such options for the comments color.
First try adding the below CSS codes on Appearance > Customize > Additional CSS
.comment-list p {
color: red !important;
}
Change the color name or with color Ids, if it worked. Otherwise, Can you please let us know the page URL of that comments page, we will check and provide the custom CSS.
Thank you