Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I remove the inbox from my drawer cart in Brooklyn theme?

Solved

How can I remove the inbox from my drawer cart in Brooklyn theme?

gemini124
Tourist
4 0 1

Hello the website is geminibyguy.com

 

I have the theme brooklyn and i need to remove the shopify inbox from my cart. I have the drawer cart and cart page but would like to keep the drawer cart feature.

 

Please help me. Theme is Brooklyn. If you have a code or anything please let me know so it can not be on the drawer cart anymore.

 

Here is a photograph:

B1CD10DD-32CA-40BE-AE5F-5A0887069D14.png

Accepted Solution (1)

made4Uo
Shopify Partner
3856 717 1197

This is an accepted solution.

Hi @gemini124,

 

You can do the follow code below.

 

1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
2. Open the Asset folder, and find the theme.scss file. 
3. Add the code below.

 

.js-drawer-open #dummy-chat-button-iframe {
display: none !important
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 3 (3)

made4Uo
Shopify Partner
3856 717 1197

This is an accepted solution.

Hi @gemini124,

 

You can do the follow code below.

 

1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
2. Open the Asset folder, and find the theme.scss file. 
3. Add the code below.

 

.js-drawer-open #dummy-chat-button-iframe {
display: none !important
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
gemini124
Tourist
4 0 1

Thank you sooooooo much!!!!!!

RobFarmLink
Shopify Partner
43 2 44

I did this on Dawn and it's working well so far.

 

.drawer.active ~ #shopify-chat {
display: none;
}