Need help editing my final edition to my form.

  • milehighwinetours
    Asked on January 31, 2017 at 6:43 PM

    Hello -

     

    I'm working on making one final edit to my form " Customize your daytime wine tour". The issue is that the lunch, dessert and bottle section say "free" after each label. Is it possible to remove the free label? I'm attaching a photo highlighting the section I need to fix.

    Thank you,

     

    Felipe

    Jotform Thread 1052527 Screenshot
  • liyam
    Replied on January 31, 2017 at 9:10 PM

    Hello,

    You can add this CSS code in your CSS injection area:

    #input_23_1022_price, #input_23_1023_price {
       display: none !important;
    }

    If you have questions or if I'm missing something, please let us know.

    Thanks.