Make background of the chat window transparent

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

.es-window-container {
background: transparent ;
}
1 Like