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
Max
3
Hi there, @Giorgio_Fiorini 
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 
1 Like
Worked like a charm!
You’re always the man, Max 
2 Likes
Max
5
Wow, thanks a bunch for your kind words!
If any further help is needed, we’ll be happy to help 