how to set default font size for HTML field on catalog variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 11:54 PM
how to set default font size for HTML field on catalog variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 01:09 AM
2nd screenshot is from Service Portal??
i try but it is not working for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 02:22 AM
Yes the screenshot was from the portal.
Please check the ui type in your client script. Make sure you have selected service portal there.
If my answer has helped you in any way please mark it as correct or helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 12:17 AM
Hi @Aryan ,
I tried your problem in my PDI and it works for me please refer below images
Under default value section click on source code icon I highlighted in image and add below code
<p>'</p>
<p style="font-size: large;"> </p>
<p>'</p>
Result
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 12:51 AM
is this working on portal also?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 01:19 AM
Hi @Aryan ,
Yes I tried it on portal it works on portal as well
Please check image
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak