Notifications
Clear all

how to hide private comment button

3 Posts
3 Users
0 Likes
1,152 Views
Posts: 1
Customer
Topic starter
(@michelle-larose)
Member
Joined: 4 years ago

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!

2 Replies
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago

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.

Reply
Posts: 3
Customer
(@franz-gasser)
Member
Joined: 3 years ago

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

Reply
Share:
Scroll to top