• Resolved MarcL

    (@marclindner)


    Hello,

    During the process of filling the form there is the possibility of adding a progress bar.
    I would like to use a progress bar (progress indicator) but just the design. I want to remove the text “Step X of Y”.

    Anyone has any idea?

    Thanks a lot,

    Marc

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jared Atchison

    (@jaredatch)

    Hey Marc,

    You can hide this with a custom CSS rule! See below

    
    .wpforms-page-indicator-steps {
    display: none !important;
    }
    
    Thread Starter MarcL

    (@marclindner)

    Hi Jared,

    Thanks a lot for your help it works perfectly.

    Thanks for answering that fast.

    Marc

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove “Step X of Y” in Progress Indicator’ is closed to new replies.