Notifications
Clear all

I want to change text color

2 Posts
2 Users
0 Likes
1,427 Views
(@steve4lyf)
Active Member
Joined: 6 years ago
Posts: 6
Topic starter  

Hi. I really hope i will get a reply as soon as possible.

i want the color of the user comment text to be black, i didnt see this option in the styling section. Its showing gray color on my site, pls is there any css or solution for this?


   
Quote
Topic Tags
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5912
 

Hi @steve4lyf,

Please nvaigate to Dashboard > Comments > Settings > Styles admin page, put the following CSS code in "Custom CSS Code" textarea, save it delete all caches, do CTRL+F5 on frontend. 

#wpcomm .wc-comment-text {
color: #000000 !important;
}

   
ReplyQuote
Share:
Scroll to top