how to set default font size for HTML field on catalog variable?

Aryan
Tera Contributor

how to set default font size for HTML field on catalog variable?

 

Aryan_0-1715756079059.png

 

10 REPLIES 10

2nd screenshot is from Service Portal??

i try but it is not working for me

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.

Community Alums
Not applicable

Hi @Aryan ,

I tried your problem in my PDI and it works for me please refer below images

SarthakKashyap_0-1715757365992.png

Under default value section click on source code icon I highlighted in image and add below code 

SarthakKashyap_1-1715757408632.png

 

<p>'</p>
<p style="font-size: large;">&nbsp;</p>
<p>'</p>

 

Result 

SarthakKashyap_2-1715757445954.png

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards 

Sarthak

 

is this working on portal also? 

Community Alums
Not applicable

Hi @Aryan ,

Yes I tried it on portal it works on portal as well 

Please check image 

SarthakKashyap_0-1715761181564.png

Please mark my answer correct and helpful if this works for you

Thanks and Regards 

Sarthak