I want all comments on my site private. Is there a way to not show the icon? I know there is with css, but I'm not sure of the code language. Any help would be appreciated!
Notifications
Clear all
wpDiscuz Private Comments
3
Posts
3
Users
0
Reactions
1,391
Views
Oct 17, 2020 5:38 pm
2 Replies
Oct 19, 2020 12:02 pm
Hi @michelle-larose,
Please follow the steps below:
1. Navigate to the Dashboard > Comments> wpDiscuz > Settings > Styles and Colors admin page, put the following CSS code in the "Custom CSS Code " textarea:
.wpd-form-wrap .wc-field-submit label:first-child{
display:none !important;
}
2. Navigate to the Dashboard > Comments> wpDiscuz > Settings > Addons Settings > Private Comments admin page and make sure the "
3. Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Nov 02, 2021 6:26 pm
hello,
I tried to use the css code above to hide the checkbox 'private/public icon'. Does not work, do you have any idea what to do?
Kind regards
Franz