Still have a few things greyed out in the Preview

  • SANCsuzuki
    Asked on June 18, 2017 at 2:26 AM

    Hello, 

    Almost there!   Just have a few more things that are greyed out in the Preview that should not be greyed out:

    Everything in the Payment section looks okay, but when you try to fill anything out, the labels grey to the point of not being able to read them.  Some examples:

    - The entire Camp Tshirt section.   If you hover within that space, so as to specify a specific size, for example, all the name labels grey out and you can't really read them.

    - Extra Meals for Visiting Families -- Same thing.  They look good until you hover in the area in order to fill it out, then the labels grey out and are difficult to see.

    - Payment Method, Credit Card, Billing Address are greyed out.

    - (Everything else in the Payment section as well.)

    Please let me know what CSS code I need to add to fix this.

    Thank-you!

  • BJoanna
    Replied on June 18, 2017 at 4:18 AM

    Add this CSS code to your form, to resolve mentioned issue:

    .form-line-active{

      color:#fff!important;

    }

    How to Inject Custom CSS Codes

    Here is my demo form: https://form.jotformpro.com/71681612380959 

    Feel free to test it and clone it

    Hope this will help. Let us know if you need further assistance.

  • SANCsuzuki
    Replied on June 18, 2017 at 12:01 PM

    Thanks!  Great!  That fixed it!