Looking for a way to change font size in hint section for actions.
1 Like
Hi there, @Jak_Hanchett
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:
Try it out and let me know how it worked
1 Like