Change color of notification badge

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

[class*="bubble-unread-badge__Container-sc"] {
background-color: #444757;
}
1 Like