Wizard - Navigation Buttons

Is it possible to increase the font size of the wizard navigational buttons at the top.

Hello @adasilva,

Yes, you can increase size of the step title using the CSS:

span.stepTitle {
    font-size: 24px;
}
1 Like