Service Portal : how to increase text size in the widget "simple list" ?

khamsone
Kilo Expert

Hi,

I'm stucked on service portal for increasing the text size on the widget simple list :

find_real_file.png

The text size in grey is too small and the end users will have some difficulties to read that.

Can you please tell me how can I modify the size for that ?

Thanks in advance for your help.

Regards,

1 ACCEPTED SOLUTION

Andrew Wortham
Kilo Guru

Hey Khamsone,



In order to do this you would have to clone the widget and edit it, there is no instance option to adjust this text size.   Just be aware that cloning the widget would be taking ownership of it.



If you do choose to go this route, you can simply add a class to the secondary field HTML span:



Cloned with nothing changed but css class:


See HTML Font Size Code for font size option, em is relative, you can also set it to a specific px or pt value.



Screen Shot 2017-07-24 at 10.39.40 AM.png




Simple list Edit with class applied (The options below are not set exactly the same):


Screen Shot 2017-07-24 at 10.34.43 AM.png



Best,


Andrew


View solution in original post

3 REPLIES 3

Andrew Wortham
Kilo Guru

Hey Khamsone,



In order to do this you would have to clone the widget and edit it, there is no instance option to adjust this text size.   Just be aware that cloning the widget would be taking ownership of it.



If you do choose to go this route, you can simply add a class to the secondary field HTML span:



Cloned with nothing changed but css class:


See HTML Font Size Code for font size option, em is relative, you can also set it to a specific px or pt value.



Screen Shot 2017-07-24 at 10.39.40 AM.png




Simple list Edit with class applied (The options below are not set exactly the same):


Screen Shot 2017-07-24 at 10.34.43 AM.png



Best,


Andrew


Hi,



Thanks a lot for your help, it's very helpful !



Thank you that's perfect now.


Thanks a lot for the solution! That helped!!!