Removing Steps at bottom of Form?

You should be able to create a theme component and apply it to only that wizard using the theme selector in the wizard, but this seems to be broken.

I can add this to my theme, and it hides it correctly:

body.custom-wizard .wizard-column .wizard-progress {
    visibility: hidden !important;
}

But, if I put this in a theme component or theme and use that in the wizard, it does not work. So unless I’m missing something, I do believe this is a bug.

1 Like