Remove red notification on message us button

![Nimbis_0-1711925053570.jpeg|1125x1902](upload://4dMjJNp1ARjXD0ppygL6XQ4sl8X.jpeg)

As you can see, there is that little red “1” notification there even though there is no new messages and nothing to be seen.

Anyone know how to remove this? Store URL is https://nimbis.shop/

Thanks.

Hi @Nimbis

Add this to your css file :

.chat-notification {
  display: none!important;
}

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code to the head tag


Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

This is Noah from PageFly - Shopify Page Builder App

You can add code here to hidden it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Is this below the head tag or above?

Inside the head tag.

none of the above options work

didn’t work for me

It did not work.

It still doesn’t work

This doesn’t work

Hi @doyenn you can add again code here to file base.css , but delete 2 tag and

hi @Nimbis you can add again code here to file base.css , but delete 2 tag and

this doesn’t work

Hi @doyenn You can add code here to above tag