Remove pulsation and '1'

How can I remove the pulsation and the ‘1’?

2 Likes

Greetings, @Marijn_van_Nunen and welcome aboard :wave:

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 :slightly_smiling_face:

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

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