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 @Jamie_Smith welcome from me too
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
I’ve checked your code, and it didn’t work for me. If it worked for you, could you please share an example?
1 Like
Thank you!