progress indicator font size

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.

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>}