Payment Fields: I am also unsure how to remove "free" after the subheading

  • jchatters
    Asked on October 8, 2018 at 4:17 PM

    I am also unsure how to remove "free" after the subheading. Could someone please provide instructions?

  • Mike
    Replied on October 8, 2018 at 8:03 PM

    For example, if the product ID contains 1002 value, the CSS to hide the 'free' label would be:

    label[for*="1002"] .form-product-details {
    display: none;
    }

    If you need any further assistance on this, please provide your form link. We will be happy to help.