I thought I would add CSS code I’m using to change the color of User message font (to white #ffffff in this example). Add this code to the Custom CSS field on the General tab of your widget’s settings:
/* Change font color of user's message text */
.es-message-user .es-message-content-container p {
color: #ffffff !important;
}