App reviews, troubleshooting, and recommendations
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:
Solved! Go to the solution
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
}
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
}
Thank you sooooooo much!!!!!!
I did this on Dawn and it's working well so far.
.drawer.active ~ #shopify-chat {
display: none;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025