Customize form field in AI Chatbot

Hi Max, is there such a way to change the form’s text color and weight?
I’ve tried to add :

[class*='FormFieldLayout__Container-sc-ef911813-4'] {
  font-weight: 400;
  color: #1B9AA3;
}

But nothing happens, but I’m sure I’ve mispelled the class (I’ve tried to figure it out through the inspector).
Any ideas?
Thanks a bunch like always!

2 Likes

Hi there, @Giorgio_Fiorini :waving_hand:

Sure, here is the code:

[class*="choice-option__ItemLabel-sc"] {
  font-weight: 400;
  color: green;
}

Please try it out and let me know if it worked :slightly_smiling_face:

1 Like

Worked like a charm!
You’re always the man, Max :slight_smile:

2 Likes

Wow, thanks a bunch for your kind words!

If any further help is needed, we’ll be happy to help :wink: