How do I remove the label on drop down?

  • stevelisi
    Asked on September 30, 2016 at 9:54 AM

    I have No Labels selected in the design but the drop down label still show up.  How do I remove them?

    Jotform Thread 946885 Screenshot
  • Jan
    Replied on September 30, 2016 at 12:27 PM

    Please insert this CSS code in the form:

    #label_10, #label_11 {
       display: none;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes.

    If you need further assistance, let us know. Thank you.

  • stevelisi
    Replied on September 30, 2016 at 12:36 PM

    Worked great, thanx!

     

  • Jan
    Replied on September 30, 2016 at 1:55 PM

    Glad to hear that. Let us know if you need further help. Thank you.