Hello is it possible to customize what you see on the list of moderation options on the frontend? I would like to remove the Delete option. Thanks.
Notifications
Clear all
wpDiscuz Frontend Moderation
5
Posts
2
Users
3
Reactions
1,791
Views
Mar 09, 2021 6:19 am
4 Replies
Mar 09, 2021 12:43 pm
You can use CSS code like this one:
span.wpdiscuz-fem-delete-comment.wpd-cta-button { display: none !important; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.