Label not seen on form

  • deenaseifert
    Asked on January 3, 2017 at 9:37 AM

    I want my labels seen on the form. How do I change this?

  • Jan
    Replied on January 3, 2017 at 10:36 AM

    I was able to replicate the issue. Please try inserting this custom CSS code:

    .form-label, .form-label-left, .form-label-right, .form-label-top {

    display: block !important;

    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Hope that helps. Thank you.