Bubble Background color

add transparent to the bubble background bubble

1 Like

Hi @Nader_Bakhoum :wave:

This code should do the trick:

[class*='Bubble__BubbleComponent-sc'],
[class*='Bubble__BubbleComponent-sc'] [class*='ButtonBase__Overlay-sc'] {
  box-shadow: none !important;
  background: transparent !important;
}

Check it out and let me know if you like the result :wink:

that works
thank you

1 Like