-
ExxaktaGefragt am 27. Mai 2021 um 10:03
Hallo
Wie kann ich hier die Schriftgrösse ändern? (Siehe Bildbeilage)
Danke für die Hilfe
-
Cecile Jotform SupportGeantwortet am 27. Mai 2021 um 10:54
Greetings,
If you want to change the font size of the field label and the field itself, please inject the custom CSS code below.
#label_16,#cid_16{
font-size: 20px;
}
Guide: How-to-inject-custom-css-codes
Result:
I hope this helps.
Should you have further inquiries, kindly let us know.
Thank you.
-
ExxaktaGeantwortet am 28. Mai 2021 um 04:01
Vielen Dank
Hat funktioniert, aber nur für das erste Feld, das zweite bleibt immer gleich.
Danke, Heinz
-
Cecile Jotform SupportGeantwortet am 28. Mai 2021 um 17:58
Thank you for your response.
Kindly inject this custom CSS code instead:
#label_16,#cid_16,#label_38,#cid_38 {
font-size : 13px;
}
Result:
Let us know if you need further assistance.