Now, when you switch off “Show Progress Bar” toggle the title of the page is removed as well. It’d be great to remove just progress bar (the steps and the line) but keep the title.
2 Likes
Hey there, @Oleg_Baranov
Thanks for sharing your idea with us! We’ll try to think about adding this option to the widget, especially if more users support this request
1 Like
Guys, if you’d also like to keep the page titles with the disabled progress bar, add this code to the Custom CSS field on the Appearance tab of your widget’s settings:
[class*="FormLayout__ProgressBarContainer-sc"] [class*="FormLayout__Steps-sc"],
[class*="FormLayout__ProgressBarContainer-sc"] [class*="FormLayout__Bar-sc"] {
display: none;
}
1 Like