CSS for sub labels not working

  • magicbound
    Asked on January 27, 2017 at 11:04 PM

    CSS for sub labels is working within JotFrom, but not after published.

  • Welvin Support Team Lead
    Replied on January 28, 2017 at 6:42 AM

    You are using an incorrect class selector. The sub-label is using form-sub-label so you should have:

    .form-sub-label {

     color: grey;

     font-size: 10px;

     font-style: italic;

    }

  • magicbound
    Replied on January 28, 2017 at 10:24 AM

    Sorry.  It didn't work, even within the Jotform builder.  I've add sub label to my checkboxes with the <sub> tag.

    Just want it to work, so if there's other suggestion I would appreciate it.  Thanks!

     

    https://form.jotform.com/70268753232153

  • magicbound
    Replied on January 28, 2017 at 10:29 AM

    Just figured it out.  Thanks!!