Accessibility icon change color

  • Issue description:
    Hi there,

I do not understand how to change the color of the icon of this app: Accessibility
How can I do this?

Thank you in advance!

1 Like

Hey there, @user527 :waving_hand:

Please add this code to the Custom CSS field on the Settings tab of your widget’s settings and let me know if it helped :wink:

#icon-color {
  fill: red
}

Can I make it a custom color using code?

1 Like

Yep, custom colors are also supported :slightly_smiling_face:

I tried this color #521248 but it does not work.

1 Like

I’ve used this color code, and it worked fine for me:

Could you please double-check it?