How-to and Troubleshooting
5
Posts
2
Users
0
Reactions
852
Views
Jun 15, 2020 5:58 pm
Hi guys how you doin'? I wanted to change the text colour of my comments and I've looked on google for clues but as usual I didn't find anything useful. I tried a couple of codes found here as well but they don't work.
How can I change the comment text colour? Cheers
4 Replies
Jun 15, 2020 6:20 pm
Please try this CSS code:
#wpdcom .wpd-comment-text {
color: #444343;
}
Please don't forget to change the red marked value before using it.
Jun 15, 2020 6:25 pm
Perfect! It works! Thank you very much. <3
Why don't you guys give us more options to customize the appareances of the widget? It would be great!