Input table text changes color on focus

  • davidlieb
    Asked on August 14, 2017 at 8:59 PM

    Hey guys, 

    for this form:

    https://form.jotform.us/72187866522162

    I'd like the text to stay the same color after a user clicks the radio buttons. 

    I hate to keep asking you guys these things. Is there a general style guide?

  • John_Benson
    Replied on August 14, 2017 at 9:20 PM

    It is okay to ask us anything related to JotForm. We'll be glad to help you. To answer your question, we do not have a general style guide, you can use our Form Designer for adding style to your form. 

    To stay on the same text color when the Radio button is selected, please add this Custom CSS Code to your form:

    .form-line-active {

    color: white !important;

    }

    Here's a guide on how to inject a CSS to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    You can test my demo form on this link: https://form.jotformpro.com/72257971305964

    Here's the result:

    Input table text changes color on focus Image 1 Screenshot 20

    I hope that helps. If you have questions, please contact us again. Thank you.