How can I remove the fake notification from my Shopify inbox?

Topic summary

A Shopify store owner wants to remove a fake notification bubble that appears on the Shopify Inbox chat widget. This red notification dot displays to customers even when no actual messages exist, which the owner finds misleading and annoying.

Attempted Solution:

  • Another user suggested adding CSS code (display: none !important for .chat-notification) to the theme’s base.css.liquid file.
  • The original poster implemented this code but reports it’s not working on their live site.

Current Status:

  • The issue remains unresolved despite the CSS implementation.
  • Screenshots were exchanged showing the persistent notification bubble.
  • The poster suspects something may be overriding the CSS code, though they’re uncertain about the exact cause.

The discussion is ongoing with no working solution identified yet.

Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

I use Shopify inbox in my shop, and it shows a fake notification to new costumers as part of the design to “drive engagement” but i do not want it. They will not remove it for me, so can anyone help me remove it myself?

I have figured out that the following works when looking at the website, but i dont know exactly how to code it and where:

I am aware this solution will remove the chat icon entirely, but I would rather have that then have the fake one. I know from personal experience that it help absolutely nothing its just annoying and could actually make me leave a website if too much is popping up.

The website is: https://teefiti.dk/ code: Teefiti2022

@MetteT

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

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.css.liquid

@oscprofessional this unfortunately didnt work. :disappointed_face:

can you send me the screenshots?

what’s actually you are facing an issue in your store

@oscprofessional I want this red notification bubble gone, as it shows without there actually being a notification and i dont want to force my costumers to have to open the chat to remove the fake notification:

they are working

you can see the screenshots

@oscprofessional Its not working though. If you go to my website you can see that the pop op still appears? I have added the code. Maybe something overwrites it, i dont know but its not working.