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;
}
Thanks! I’ve tried adding font-size and font-weight attributes in order to change the text even more but it doesn’t seem to work. What am I doing wrong, @Max?