How to change the font-size of record list on ui builder

Ramjipal
ServiceNow Employee

Ramjipal_0-1766511232661.png


i want to change the font size of record list cells current default font-size is 16 px.
i have tried adding css class and rules but it is not working

 

6 REPLIES 6

Nandini01
Tera Contributor

Hi @Ramjipal ,

For changing the font size of records or lists in Native UI, you can customize the value of that main property. As ServiceNow uses bootstrap/own internal CSS styles, so overriding that particular CSS is quite difficult. You can try these steps, this may help you.
1. Identify the theme or app shell this record list is using.
2. Then go to the typography or specific page CSS code.
3. Then change the value of the required property or text.

Try this and let me know if you got your issue resolved by following this.
If you find my response helpful, mark it as helpful and accepted solution.

Thanks & Regards,
Nandini

OmkarR485928563
Mega Sage

@Ramjipal, Unfortunately, the workspace font size is fixed. A quick workaround is to use your browsers zoom to make the text larger or smaller (Ctrl/Cmd + +/-) .

 

Regards,

----
If this response was helpful, please select "Accept as Solution" and "Helpful." This helps both the community and me.