CSS Codes for Subscription Form
1 Like
Hi there @Joshua_Stanley
We already have such a code in our CSS Codes category (works for Subscription Form, Contact Form and Form Builder) - Set custom font for all elements (Forms)
Test it out and let me know if it worked
but how do i change sizes for each font element?
1 Like
This code should do the trick for you:
[class*="FormFieldLayout__Label-sc"] {
font-size: 20px;
}
[class*="TextControlBase__TextControlBasePlaceholder-sc"] {
font-size: 16px;
}
[class*="ButtonBase__Ellipsis-sc"] {
font-size: 16px;
}