Change border radius

It would be great to be able to modify the border-radius property of the whatapp button

1 Like

Hi there @Thomas_Lamora :wave:

Many thanks for sharing your idea with us!

I see that my colleague Eleonora has already provided a custom solution. However, we agree that it would be helpful to have this setting in the configurator, and we’ll try to consider it in the future :slightly_smiling_face:

Guys, if you’d like to change the border radius of the chat button, please use the code below in the Custom CSS field on the Appearance tab of your widget’s settings:

button[class*="ButtonBase__ButtonContainer-sc"][class*="Bubble__BubbleComponent-sc"] {
border-radius: 0px !important;
}
1 Like