How can I remove the pulsation and the ‘1’?
2 Likes
Greetings, @Marijn_van_Nunen and welcome aboard
Just add this code to the Custom CSS field on the General tab of your widget’s settings and let me know if it helped
[class*="AnimationFrame__Frame-sc"] {
display: none;
}
[class*="bubble-unread-badge__Container-sc"] {
display: none;
}
1 Like