Notifications
Clear all

[Solved] Hide .wpducm-user-nicename at top of comment beside comment author name

3 Posts
2 Users
1 Likes
1,015 Views
Posts: 72
Customer
Topic starter
(@daisypeel)
Member
Joined: 7 years ago

How to do this? Please and thanks. Only want user name showing, but not nicename in parenthesis beside it).

2 Replies
Astghik
Posts: 5912
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

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

Posts: 72
Customer
Topic starter
(@daisypeel)
Member
Joined: 7 years ago

Thank you!

Share:
Scroll to top