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!
Hi @Martin_Stancy welcome to community ![]()
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;
}
Hi there, @Martin_Stancy ![]()
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 ![]()
Friends, I’m happy to say that we’ve started working on this feature! ![]()
It’s currently in the Design stage, and we’ll keep you updated on the progress here ![]()
Hey!
The code isn’t working - it’s turning all of the chat (both chatbot and user) into red. Any advice would be much appreciated ![]()
thanks
I managed to solve it in the end - thank you! ![]()
Update: the feature is in the Development stage now! ![]()
Hey everyone!
We’re happy to share that now you can change the font color of each widget element right in the settings.
For this, click on the Customize Theme button on the Theme tab and you’ll see the customization settings for all elements.
Header, Chat, Message field and Footer include settings for changing the color of their text elements:
Check this post to find other new customization settings -AI Chatbot: Change color of each widget element, font, size settings and more! 🚀





