I need to remove the FREE text in my products

  • BTSWINNers
    Asked on February 18, 2021 at 4:14 PM

    1613682849 602ed8a1047b2  Screenshot 10

    right now, it's showing free unless it's clicked.

    https://www.jotform.com/build/210485990420152

  • Elton Support Team Lead
    Replied on February 18, 2021 at 9:13 PM

    Inject this CSS code into your form to get rid of the "Free" text in the payment field.

    [style*="none"].freeCurr + span {
      display: none !important;
    }

    Guide: How to Inject Custom CSS Codes

    Result:

    02192021 tYpND6O3Uf Screenshot 10