Change font size in hint sections

Looking for a way to change font size in hint section for actions.

1 Like

Hi there, @Jak_Hanchett :waving_hand:

Here is the code to individually change the font size of each hint:

[class*="form__FieldLayout-sc"]:nth-child(1) [class*="FormFieldLayout__Hint-sc"] {
  font-size: 16px;
}

Here you should set the order number of the needed hint:

image


Try it out and let me know how it worked :wink:

1 Like