Remove "Typing animation" from Welcome Message

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

[class*="ChatLayout__DotsContainer-sc"] {
opacity:0!important;
}
[class*="ChatLayout__Message-sc"] {
opacity:1!important;
}