How to remove Chat Feature - Dawn Theme - Help Please!

'd like to remove the Chat Feature from my online store since I’m not going to be available a lot of times.

https://www.TheOnceDeadArtist.com

I tried adding the following but it didn’t work:

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

#shopify-chat-dummy {
display: none;
}

Any other ideas?

Lon

Hi,

I didn’t see a chat option on your store, hope you fixed this.
if not you can change the visiblity settings in the “Inbox” sales channel., or try

#shopify-chat-dummy {
display: none!important;
}

Thank you

Hi there, @Lonni !

Thank you for your post. From looking at your site, it appears you have the Shopify Inbox app installed. Shopify Inbox is a free messaging app that you can use to communicate with your customers, and it can increase conversions. Using the app, you can either chat in real time or use email to follow up when you can’t talk to customers live, which may be a good option for you.

Additionally, I recommend checking out this help document which goes over the ways you can customize Shopify Inbox to work better for you. For example, you can set your customer’s response time expectations with automated first reply messages informing them of the hours when you’ll be responding.

If you did want to remove the chat feature from your store, you can go about it one of two ways. First, within the app’s settings, you can make the chat not visible on your store (this is a great option if you may want to re-enable it in the future):

Alternatively, you can remove the app from your store.

Please let me know if you have any other questions!