Change color of user message background

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

/*Change color of the user message background */
.es-message-user .es-message-background {
  background-color: tomato;
}

/*Change color of the tail in the user message */
.es-message-user .es-message-tail {
  fill: tomato;
}
3 Likes

A post was split to a new topic: Change color of user message text