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.
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 { font-size:18px;<br>}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.