Change size of chat icon - Palo Alto Theme

Hi everyone, I am currently working a on a website. Is it possible to help me make the chat icon smaller? I’m guessing it should be done editing the theme.css but what I tried didn’t work.

URL: https://arty-dandy.myshopify.com/

Password: artyd

Thanks in advance!!

Dear @omh75 ,

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Search for the file theme.css. And add this code snippet to the end of the file.

#ShopifyChat {
    scale: 0.65 !important;
}

In this step, you can change the scale to make the chat icon smaller as you want.

In my example, I choose scale: 0.65.

Step 3: Save your code and reload this page.

=>> The result:

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir!

1 Like

Just what I needed, thank you very much!! have a good day too

Thanks @omh75 ,

It’s my pleasure to support you!