How can I hide the prices for just a select few items?

  • JacquieM
    Asked on November 29, 2022 at 7:23 PM

    How can I hide the prices for just a select few items? I see the CSS to hide *all* prices but I don't want that I want to be able to tell it which ones to hide. Thanks!

  • furkanayvaz Jotform Support
    Replied on November 30, 2022 at 1:10 AM

    Hello JacquieM, 

    Thank you for reaching out to Jotform Support. To remove an item’s price, you must add the CSS code to your form like in the screencast guide that you can check and follow:

    dHMS21lJVk7EBCC0kpn6b05m KtQMK1RVAJ iTj6 Screenshot 10

    And this is the sample code:

    .form-product-details:has(#input_5_1001_price){
      display: none;
    }


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

    Let us know if you need any more help.