Jul 04, 2021 9:51 pm
hello
I want to prevent comments from being deleted.
.wpd-delete-content.wpd-not-clicked {
display:none !important;
}
I found this code. nice but there is a problem;
ok removes comment deletion but also removes follower cancellation.
Is there a solution to prevent just deleting comments?
thank you 🙂
2 Replies
Jul 05, 2021 6:42 am
Please use this one, it should solve the issue:
#wpd-content-item-1 .wpd-delete-content.wpd-not-clicked { display:none !important; }