Font size of field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2018 10:44 PM
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2018 10:51 PM
Hi,
The CSS lets you change the following attributes of a field.
- Change the color.
- Change the font attributes (bold, italics, underline).
- Change the padding and alignment of text.
Navigate to the list of styles for the field in one of the following ways.
- Right-click the field label on the form and select Configure Styles.
- Navigate to System UI > Field Styles, and locate the field to apply a style (admin only).
You need to add CSS style like font-size:24px; //Change the pixel value to your required value.
Mark answer as Correct if it solves your issue.
Thanks,
Ravi
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2018 11:28 PM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2018 11:44 PM
You can try with OnLoad client script.