CSS to increase size of Chat Icon

Hi,

i would like to be able to increase the size of the chat launcher button please?

Could you send me the CSS in order to do that?

Thank you!

2 Likes

Hi @Shawn_Martin :wave:

The code for other chats will work here too :slightly_smiling_face: - Change size of the chat bubble

1 Like

Awesome, I like the size of icon on desktop just the one on mobile needs to be larger. Is there CSS just for the mobile bubble?

Thank you,

Shawn Martin
FanYourLocal

2 Likes

Hi @Shawn_Martin :wave:

Sure, here is the code:

@media(max-width: 500px) {
  .global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
    transform: scale(0.8)
  }
}
1 Like