Comments : Remove options

How to remove the ability to edit and/or delete the comment?

Please
Edit Delete

Important feature request indeed though for now here is the custom code to be implemented in the header of the page where the comments block is.

Replace comments1 by the actual comments block ID

<style>
#comments1 .actions-menu-btn {
    display: none !important;
}
</style>
2 Likes

Thank @matthieu_chateau