measurement widget Font Issue

2561
1
Jump to solution
01-01-2016 10:26 PM
NadirHussain
Occasional Contributor II

Dear All,

i want to change the font size of this selection box and display result.All three images are showing this.

Thanks in advance.

0 Kudos
1 Solution

Accepted Solutions
GirishYadav
Occasional Contributor

Hi Nadir,

You can modify following CSS classes to change the fonts of units and results text in Measurement widget:

/* class for unit text */

.unitDropDown{

     font-size: 32px;

}

/* class for result text */

.result{

     font-size: 40px;

}

Thanks,

Girish

View solution in original post

1 Reply
GirishYadav
Occasional Contributor

Hi Nadir,

You can modify following CSS classes to change the fonts of units and results text in Measurement widget:

/* class for unit text */

.unitDropDown{

     font-size: 32px;

}

/* class for result text */

.result{

     font-size: 40px;

}

Thanks,

Girish