Delete the word FREE in the product field

  • don65
    Asked on October 21, 2020 at 6:42 PM

    the form i am using is for selling products but i want to use it as a quote page cause you can use picture but if i don't put a price it says FREE how can i delete this word thanks 

  • Elton Support Team Lead
    Replied on October 21, 2020 at 11:44 PM

    You can inject this CSS code into your form to hide the free label.

    #input_3_1000_price {
      display: none;
    }

    Guide: How to Inject Custom CSS Codes

    10222020 DY7G6xgXkt Screenshot 10

  • don65
    Replied on October 22, 2020 at 12:24 PM

    Thank you, but i have more than 1 product it seems it only works for top one the other still have FREE

  • Simon_L
    Replied on October 22, 2020 at 6:31 PM

    Hello,

    Since the ID specified to hide the "FREE" text is only linked to a single product, that would be why the other products still have the "FREE" text beside them.

    To fix this, you could inject custom CSS for each product you have. The first product's ID is "input_3_1000_price", the second would be "input_3_1001_price", the third one, "input_3_1002_price", etc.

    Let us know if that helps!

    Thank you,

    Simon