Is there is a way that I can hide the ticket amounts on the order form?

  • studiospace218
    Asked on February 9, 2021 at 9:16 PM
    Is there is a way that I can hide the ticket amounts on the order form? https://www.jotform.com/build/210340291023034#preview
  • Jessica JotForm Support
    Replied on February 9, 2021 at 9:19 PM

    Hi studiospace218,

    To remove the amounts of tickets within Ticket Purchases' widget, kindly added the following custom CSS code in the widget.

    span.items-left {
      visibility: hidden;
    }

    1612923504 60234270125b9  Screenshot 10

    Please give it a try and let us know how it goes.

  • studiospace218
    Replied on February 10, 2021 at 10:37 AM

    Thank you. It worked!