Hello I’m currently having this issue on mobile and desktop. The shopify inbox chat with us now is in front of my add to cart button on mobile and in front of my subtotal for my cart drawer. I’ll attach picture of what the problems are but is it possible so the chat with us goes behind the add to cart and hides when then cart drawer is open. Thanks
Hi @WraithAm ,
The following should fix your problems
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the base.css
- Paste the code below at the very bottom of the file.
body.gradient.cd-cart-is-open #dummy-chat-button-iframe {
display: none;
}
iframe#dummy-chat-button-iframe {
z-index: 10 !important;
}
No luck it still shows in front of the subtotal
I put it in a duplicate ill put on my main now
added it
Let me know if able to help further ![]()
Looks like it is working as intended. If everything is good, please assign solution so we can close this request. Thank you




