Shopify themes, liquid, logos, and UX
The Shopify Inbox is amazing for getting in touch with potential buyers, but can it be hided on mobile devices' pages? As you know, mobile phone's screen is smailer than PC but the icon of Shopify Inbox is too big for such a screen.
if anyone has the same issue, I found a solution, just follow these steps
1. Go to Online Store -> Theme -> Edit code
2. Open file theme.liquid then add these code below to above the </head> tag
<style> iframe#dummy-chat-button-iframe{ display: none; } </style>
div#shopify-chat {
display: none !important;
}
use this
in theme.liquid put the below code before </head>
{% style %} @media screen and (max-width: 670px) { div#shopify-chat{ display: none !important; }} {% endstyle %}
You can also check below site in mobile and desktop for verification
works for me
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025