Change background color of Quick Replies

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

.es-quick-reply-button {
background-color: #444757;
}
1 Like