Shopify themes, liquid, logos, and UX
Did you tried to change the size of the bubble icon with CSS?
<style>
#dummy-chat-button-iframe {
width: 45px;
height: 45px;
}
</style>
Where to paste it?
The easiest way would be to put this into the theme.liquid, right before the opening <body> Tag.
...
some code
...
<style>
#dummy-chat-button-iframe {
width: 45px;
height: 45px;
}
</style>
<body>
...
some code
...
Not working
Store url?
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