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-badge__Container-sc"] {
display: none;
}
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-badge__Container-sc"] {
display: none;
}
looks like this is no longer working, the badge is back.
Thanks for bringing this to our attention, @Rev_Devan
You’re right! The class for the badge element has been changed. Here is an updated code that should work great
[class*="AnimationFrame__Frame-sc"] {
display: none;
}
[class*="bubble-badge__Container-sc"] {
display: none;
}