Add the code below to Custom CSS field on your Chat widget’s Appearance tab:
[class*="Window__ChatGroup-sc"] {
background: url(YOUR_URL);
background-size: cover;
opacity: 1;
}
Do not forget to replace YOUR_URL
with the URL of your image
Add the code below to Custom CSS field on your Chat widget’s Appearance tab:
[class*="Window__ChatGroup-sc"] {
background: url(YOUR_URL);
background-size: cover;
opacity: 1;
}
Do not forget to replace YOUR_URL
with the URL of your image