Customize color of user's messages

Hi @Max
does this work now for @Giorgio_Fiorini since the last update?

https://community.elfsight.com/t/ai-chatbot-enjoy-enhanced-customization-with-static-classes/107871?u=sina

[class*="dialog-message__Background-sc"] {
    background-color: red;
}
[class*="dialog-message__Background-sc"] svg {
    fill: red !important;
}
2 Likes