What is needed to change font color of the comments within the widget?
Notifications
Clear all
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Mar 23, 2017 6:40 pm
1 Reply
Mar 23, 2017 11:57 pm
You need to use a simple CSS code like this:
.wpdiscuz-widgets-content .wpdiscuz-widget-comment-content{ color:#000000; }
Put it in styles.css of your active theme or in Comments > Settings > Styling > Custom CSS Code textarea. Delete all caches and do Ctrl+F5 on front-end.