What is needed to change font color of the comments within the widget?
Notifications
Clear all
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.