Remove mini avatar from chat window

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

[class*='ChatLayout__MessageUser-sc'] {
display: none;
}