Remove animation and notification badge from the chat bubble

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

[class*="AnimationFrame__Frame-sc"] {
  display: none;
}

[class*="bubble-unread-badge__Container-sc"] {
  display: none;
}
2 Likes