Dawn Theme Shopify Inbox Infront of checkout

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

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. 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

Hi @WraithAm ,

I do not see the code in your base.css

I put it in a duplicate ill put on my main now

added it

Let me know if able to help further :slightly_smiling_face:

@WraithAm

Looks like it is working as intended. If everything is good, please assign solution so we can close this request. Thank you