How to do this? Please and thanks. Only want user name showing, but not nicename in parenthesis beside it).
Notifications
Clear all
wpDiscuz User & Comment Mentioning
3
Posts
2
Users
1
Reactions
1,294
Views
May 30, 2020 11:57 pm
2 Replies
Jun 01, 2020 11: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 8:26 pm
Thank you!