Hide Attachment button

Add this code to the Custom CSS field on the Settings tab of your AI Chatbot widget’s settings

.es-interaction-field-attach-button {
  display:none;
}
4 Likes