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
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
wpDiscuz Frontend Moderation
5
Posts
2
Users
3
Reactions
2,157
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.