Hide subscription detail

  • clickconsulting
    Asked on July 20, 2021 at 11:37 AM

    Hi,

    I'd like to hide the words "for each three months" from the 3 Tuition Installments option on my form. See below:


    1626795402 60f6ed8a868b5  Screenshot 10

    I reached out to support before and they gave me the following code to apply this to a different form:


    .product-container-wrapper :nth-child(5) > :nth-child(3) > div :nth-child(3) .form-product-details span b input {

    visibility: visible;

    }


    Can you please supply the code to hide the text for this form: https://form.jotform.com/211124082737146

  • Kenneth JotForm Support
    Replied on July 20, 2021 at 8:49 PM

    Thank you for reaching support,

    After customizing the form, here is how it looks:

    1626828406 60f76e76ba9fc c1 Screenshot 10

    If that is acceptable, kindly insert this code into your Inject Custom CSS Area: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    .product-container-wrapper :nth-child(5) > :nth-child(3) > div :nth-child(3) .form-product-details span > span {

      display: none !important;

    }

    I hope that helps.

    Best.