How to remove 0.00 from the products pricing?

  • dhawkins4
    Asked on April 19, 2017 at 3:47 PM

    I have product section headers in my form such as; wash packages, detail packages, etc. I'm wondering if there's a way to remove the 0.00 that shows up next to it?

    Form link

     

  • Kiran Support Team Lead
    Replied on April 19, 2017 at 5:56 PM

    Please inject the following CSS code to the form to remove 0.00 from the product listing on your form.

    #input_22_1020_price, #input_22_1021_price, #input_22_1025_price, #input_22_1022_price, #input_22_1023_price, #input_22_1029_price, #input_22_1028_price {

        display: none;

    }

    The products should be displaying as shown below after adding the above code to the form.

    How to remove 0 Screenshot 20

    Hope this information helps!