Possible to have the form description always visible? YES

  • AA_C
    Asked on July 8, 2016 at 12:21 PM

    On form 61013950784960 I have a a descriptor for the total; id_36 (Applicable taxes will be added.)

    I have modified the css to place it and color it as desired. Now I would like it to be permanently visible not just when the field is passed over.

    Is there some css script to do this?

     

    This may be a separate Post:

     

    I made the text bold but could not change the font SIZE or color in my css script even with !important.

    Regards and Thanks,
    Robert

  • Kiran Support Team Lead
    Replied on July 8, 2016 at 1:32 PM

    You may inject the following CSS code to your JotForm to display the description.

    .form-description {

    display: block !important;

    }

    Hope this information helps! Your other question is moved to a separate thread and shall be addressed there shortly.

    https://www.jotform.com/answers/878498

    Thank you!

     

  • AA_C
    Replied on July 8, 2016 at 1:36 PM

    Works perfectly.. Thank you!