How can I delete a built-in chat widget from my homepage?

Hello All,

I am a newbie in this shopify world. I want the help about, how can I remove a “built-in” chat widget from my store. I am using the “DAWN” theme. I want to remove it, because, I have to integrate “Facebook Messenger” chat widget with my store.

I don’t know coding, so if any mate can guide me how to do this.

Thanks in advance

@Ahmed_17 ,

Can you share the store URL…

Hey @Ahmed_17 ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!

Here you go

https://carsaf.pk/

@Ahmed_17 ,

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

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

2 Likes