How to change the font-size of record list on ui builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Ramjipal,
If you are trying to change this in the Native Backend (Next Experience/UI16), so this could be the reason for css not working as ServiceNow blocks global CSS injection and DOM manipulation for standard lists in modern releases (Polaris/Next Experience) for security and upgrade safety. You cannot apply a custom stylesheet to the OOB list grid globally.
The supported way to reduce row height and font perception is to click the User Menu (Avatar) > Preferences > Display and select "Compact".
If you need specific fields to stand out, use System UI > Field Styles. You can set a style like font-size: 14px there, but it applies per column, not the whole row/grid.
However, if you are working in Service Portal (Widget), your CSS is likely being overridden by Bootstrap defaults. You just need to target the specific table cell classes and use !important.
Lemme know if you got your issue resolved by following this!
If you find my response helpful, mark it as helpful and accepted solution.
Regards,
Maham Tahir.