Headings to questions aren't showing up on my website

  • artspaceparty
    Asked on April 21, 2018 at 7:09 AM

    Weird - the bold questions ("Your Name" for example) isn't showing up on the published form, just the text boxes (see pic attached). What is happening?! Thank you! 

    Jotform Thread 1451868 Screenshot
  • Adrian
    Replied on April 21, 2018 at 8:35 AM

    The labels of some questions were hidden by a CSS code.

    I have added this CSS to your form and all the labels should be showing now.

    .form-label {
      display: block !important;
    }

    (How to Inject Custom CSS Codes)

    Let us know if you need further assistance.

  • artspaceparty
    Replied on April 21, 2018 at 9:02 AM

    Sweet!! Thank you!