Font size of field

ektakumari
Tera Contributor

Hi all,

How can we change the font  size of both annotation label and field "Risk and impact analysis.

 

 

find_real_file.png

3 REPLIES 3

SaiRaviKiran Ak
Giga Guru

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

ektakumari
Tera Contributor

Hi,

 

 

Actually it changes the value inside the field. But requirement is to change the  font  size of both annotation label and field "Risk and impact analysis".

 

 

find_real_file.png

You can try with OnLoad client script.