Product List: How to remove the word Free from product?

  • dlsnelson819
    Asked on June 19, 2024 at 1:15 PM
    Also, how to remove the word "Free".
  • Sidharth JotForm Support
    Replied on June 19, 2024 at 1:35 PM

    Hi Lynn,

    Since we have enabled the Special pricing in the product options, the form will not show the free word anymore. If we do not add the special pricing, you can hide the Free word with the help of CSS code. Let me show you how:

    1. In Form Builder, click on the Paint Roller icon at the top right corner.
    2. Click on the Styles tab.
    3. Scroll down to the Inject Custom CSS section, and paste the CSS code given below:
    span#input_11_1036_price, span#input_11_1040_price {
      display: none;
    }

    Product List: How to remove the word Free from product? Image 1 Screenshot 30

    That's it. Check out the screenshot below to see the result:

    Product List: How to remove the word Free from product? Image 2 Screenshot 41

    Give it a try and let us know how it goes.

 
Your Answer