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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025