Remove text from Progress Bar [RESOLVED]

Hello, looking for some help please. I want to keep the progress bar, but remove the text (step 1 etc). Put the following into the appearance, customise etc and it doesn’t have any effect, hoping for some assistance please:
.gform_wrapper.gravity-theme .gf_progressbar_title {
display: none;
}

Hi Steve,

To remove the progress bar text, try the following CSS code in the child theme’s style.css file or in Appearance → Customize → Additional CSS.

form .gf_progressbar_wrapper .gf_progressbar_title {
  display: none !important;
}

Give it a try, and let me know how that goes! :smile:

Thank you very much Faisal, much appreciated.

You’re welcome, Steve.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.