Change border radius of the chat window

Add the code below to Custom CSS field on your Chat widget’s Appearance tab:

[class*='Window__Content-sc'] {
border-radius: 0!important;
}
1 Like