my question labels are not visible in preview

  • DerekMurrell
    Asked on June 1, 2017 at 7:19 AM

    HI,

     

    I have added question headers on my samsung tablet clone form... but when i preview or look at the iframe on the site, they disappear. 

     

    Thanks, 

  • liyam
    Replied on June 1, 2017 at 8:09 AM

    On the bottom part of your injected CSS, please replace this code:

    .form-label.form-label-top {
       font-weight : 200;
    }

    With this:

    .form-label, .form-label-top {
       font-weight : 200;
       display: block !important;
    }

    If you still need to know how to go into the CSS injection panel of your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Feel free to get back to us if you have questions.