How to do this? Please and thanks. Only want user name showing, but not nicename in parenthesis beside it).
Notifications
Clear all
Paid Addons Support Forum Only
Please note, that here we only support Paid Addons issues and questions.
gVectors Support staff works from 6am to 6pm (GMT+0)
All questions related to wpForo and wpDiscuz free plugins should be asked in the corresponding plugin support forum:
wpDiscuz User & Comment Mentioning
3
Posts
2
Users
1
Likes
570
Views
May 30, 2020 7:57 pm
2 Replies
Jun 01, 2020 7:33 am
Hi @daisypeel
Use this CSS code:
comments #wpdcom .wpd-comment .wpd-comment-wrap .wpd-comment-author span.wpducm-user-nicename {
display: none;
}
More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/styles-and-colors/#custom-css-code
Jun 01, 2020 4:26 pm
Thank you!