Skip to main content
Nintex Community Menu Bar
Question

How can I change the Skuid default text size?

  • July 9, 2024
  • 2 replies
  • 18 views

Forum|alt.badge.img+9

The text size in my Skuid pages is really big - too big for practical use. But when I try to shrink it down using the browser zoom settings, everything else gets too small. How do I change the default text size for all Skuid pages?

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+8

Adding this to your page’s css will reduce the font size for everything in skuid. .nx-page { font-size: 80%; } You can adjust it as necessary.


Forum|alt.badge.img+8

This is cool. Thank you!