How to hide price from the product list?

  • kristofferyoung088
    Asked on August 5, 2020 at 9:30 AM

    Hi! Im not sure if i accidentally added a css or changed a setting unknowingly.

    My product list looks like this when no product has been selected yet

    How to hide price from the product list? Image 10



    When i click an option, it comes out like this. Im not sure where the blue font price came from but its not supposed to be there as my pricing is coming from the options available and subtotal on the lower right.
    How to hide price from the product list? Image 21


  • Bojan Support Team Lead
    Replied on August 5, 2020 at 10:14 AM

    Greetings.

    To remove the price, please add the following CSS to your form:

    .form-product-details {
      display: none !important;
    }

    You can click here to see how to inject the CSS.

    Let us know if this resolved your problem.

  • kristofferyoung088
    Replied on August 5, 2020 at 1:29 PM

    hi Bojan, I tried inputting that css, it messed my my whole product list. Is there a way to revert? I tried deleting the css but the preview wont get fixed.

  • Basil JotForm Support
    Replied on August 5, 2020 at 4:13 PM

    Hi,

    You can use the form revision history to return your form to a previous state.

    Here is a guide on how to use it:

    https://www.jotform.com/help/294-How-to-View-Form-Revision-History

    Please let us know if you require any further assistance.