Set background color for logo in whats app app

Using an SVG icon works but the defult background is grey. This shoudl be at least transparent to show the set heading colour OR customisable. Current have had to use a CSS override to set this.

1 Like

Hi there, @Jamie_Smith and welcome aboard :waving_hand:

Do you mean bubble icon or chat window picture?

Hi @Jamie_Smith welcome from me too :clap:

add the code below to Custom CSS field on your widget’s Appearance tab:

[class*="Avatar__Background-sc"]{
  background-color: transparent !important;
}
1 Like

Hi @Sina :waving_hand:

I’ve checked your code, and it didn’t work for me. If it worked for you, could you please share an example?

https://bc98efcdfb5346d195305c31dcc2de66.elf.site

The Avatar Picture is also transparent

1 Like

Thank you!