Remove tickets remaining in the Ticket purchases widget

  • matejruzic994
    Asked on August 11, 2020 at 8:49 PM

    Hello, 


    How do I delete "1 available" text on the Ticket purchases widget. 

    I do not want to show number of tickets remaining. 



    Kind regards, 

    Matej 

  • Kenneth JotForm Support
    Replied on August 11, 2020 at 10:59 PM

    Thank you for reaching support,

    I have made customization on the form and here is how it looks:

    1597201066w1 Screenshot 10

    If this is acceptable, please insert these codes into your Inject Custom CSS Area: https://www.jotform.com/help/117-how-to-inject-custom-css-codes/

    span.items-left {

      display: none !important;

    }

    I hope that helps.

    Best.