- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 03:37 AM
Hi,
I'm stucked on service portal for increasing the text size on the widget simple list :
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,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 07:45 AM
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.
Simple list Edit with class applied (The options below are not set exactly the same):
Best,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 07:45 AM
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.
Simple list Edit with class applied (The options below are not set exactly the same):
Best,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 10:36 PM
Hi,
Thanks a lot for your help, it's very helpful !
Thank you that's perfect now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2021 06:11 AM
Thanks a lot for the solution! That helped!!!