AI Chat Bot - font color

Can we have an option to change font color for the AI chatbot? It’s pulling grey from my website but it’s not readable!

2 Likes

Hi @Martin_Stancy welcome to community :clap:

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

/*the bot*/
.es-message-assistant p {
  color: green !important;
}
/*the user*/
.es-message-user,
.es-message-content-container p {
  color: red !important;
}
1 Like

Hi there, @Martin_Stancy :waving_hand:

We agree that it would be great to control the font color right in the settings. If this idea gets more votes, we’ll try to think it over in the future. As for now, Sina’s code should work great for you :wink:

1 Like