How can I adjust the Inbox app icon size on mobile?

How can I adjust the Inbox app icon size on mobile?

valeriashapes
Excursionist
48 0 8

Hi guys, I need to decrease the icon size of the Inbox app from mobile but the app doesn't have the function to change the style, for this I need some help with the codes. Anything know how to do?

 

Appreciate it!!

 

Thank you

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1786 3131

Hi @valeriashapes ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
@media (max-width: 767px){
div#rawa-button {
    width: 40px;
    height: 40px;
}
#rawa-button .rawa-svg {
    width: 20px;
    height: 20px;
    }
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

valeriashapes
Excursionist
48 0 8

IMG_20230418_140542-01.jpeg

Hi, thanks for your help.

The Inbox icon is the one in the attached photo, it's Shipify's Inbox app. The code doesn't work with that. Any suggestions?