Color of whatsApp Icon does not work

Hi,

I am using the whatsAPP widget. The Icon is not visible (but the caption). Regardless of what color I choose for Icon in “appearance settings”, the Icon is not visible (in fact one can see it in a very very light color)https://anaesthesiepraxis-freiburg.de

Any clues?
Regards, Dan

  • Link to the page with the widget in question:
1 Like

Hi there, @D_Schmitz :wave:

The issue occurred because of the conflict with MooTools. We’ve added this code to the Appearance tab of your widget’s settings to replace the green icon with the black one:

[class*='ButtonBase__LeftIcon-sc'] {
  content: url('https://files.elfsightcdn.com/eafe4a4d-3436-495d-b748-5bdce62d911d/e0bc3c46-abe5-4737-9a1b-67aec4c3c94a/whatsapp-24.png');
  filter: brightness(0) saturate(100%);
}

Please check your website and let me know if you like the result :slightly_smiling_face: