Skip to main content
Nintex Community Menu Bar
Question

progress indicator font size

  • July 10, 2024
  • 1 reply
  • 1 view

Forum|alt.badge.img+7

Is there a way of decreasing the font size of the progress bar picklist values?

The progress bar doesn’t fit in very well with the rest of the page.

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+7

Alas, there is no way to do this declaratively. You’ll have to inspect the CSS of the progress indicator and add a CSS resource to your page to change it. Maybe something like this:

.progress-indicator .progress-chunk .progress-text {&nbsp; &nbsp; font-size:18px;<br>}