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:
Hi @gemini124 ,
You can do the follow code below.
- From your Admin store, go to Online store > Themes > Click Actions > Edit code
- Open the Asset folder, and find the theme.scss file.
- Add the code below.
.js-drawer-open #dummy-chat-button-iframe {
display: none !important
}
1 Like
Thank you sooooooo much!!!
I did this on Dawn and it’s working well so far.
.drawer.active ~ #shopify-chat {
display: none;
}