How can I get rid of the Red 1?

Does anyone have CSS code that will get rid of this red 1 ? It is there when the website opens and doesn’t seem to change whether the message is read or not.

2 Likes

Hi there, @user33800 and welcome to the Community :waving_hand:

You can hide the red notification badge using this code in the Custom CSS section on the Settings tab of your widget’s settings:

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

Give it a try and let me know if it helped :wink:

1 Like

Worked perfectly! Thanks so much!

2 Likes

Great, you’re very welcome :wink:

1 Like