How to display no text under progress bar

  • justfundraising
    Asked on May 2, 2017 at 2:21 PM

    Hi there,

     

    I'd like it so there is no text under the progress bar and it only shows the bar itself.

     

    How to display no text under progress bar Image 1 Screenshot 20

  • John_Benson
    Replied on May 2, 2017 at 2:51 PM

    Are you referring to the text under the progress bar? See image below:

    How to display no text under progress bar Image 1 Screenshot 30

    If yes, please inject this custom CSS code to your form:

    span#status_text1 { 

        display: none !important;  

    If you're referring to everything under the progress bar, please inject this custom CSS code to your form:

    .progressBarSubtitle { 

        display: none !important;  

    Please check this guide on: How-to-Inject-Custom-CSS-Codes

    Result:

    How to display no text under progress bar Image 2 Screenshot 41

    Hope that helps. Please do get back to us if you have questions. Thank you.