how can I change the color in the chat?
I could change the button color but in the chat window the top bar with the question "how can I help you" is still displayed red and the bottom button too.
Can someone help me?
try this
.support-chat-sd-chat-class {
}
.top-header {
background-color: darkcyan !important;
}
.new-conversation {
background-color: darkcyan !important;
}
check this out if you wish to have different colors.