I want to delete the start conversation button. Its taking up space and does the exact same thing as when I click on the item itself. Is it possible to delete or hide the start conversation button?
Hello @dfurt,
If it is a matter of space, you can resize your columns to the length you want by hovering on the lines between the column titles. As far as I am aware, there isn’t a way to remove or hide the conversation bubbles.

Please recommend this be able to be deleted like the other columns.
This button is useless to me
I also want to delete that icon. Space and attention are precious! That thing is on every single item.
Me too. I won’t use it and don’t want to look at it. Distracting.
Please vote Remove the "Start conversation" button.
Please all up-vote the feature request!
Hi Daniel,
One way to do this is using custom CSS on the page (I use the “User JavaScript and CSS” extension on Chrome for this), and use the following code:
.monday-name-cell-conversation-wrapper {display: none!important;}
Best,
Julien
Currently, there’s no built-in option in monday.com to remove the “Start Conversation” button. However, you can hide it using custom CSS:
.monday-name-cell-conversation-wrapper {display: none!important;} Use browser extensions like “Stylus” or “User JavaScript and CSS” for Chrome. This will hide the button but not remove its functionality.
For more details, check these links: Is it possible to delete or remove the start conversation button?