My headers are showing up shadowed

  • sgacregistrations
    Asked on May 30, 2017 at 12:00 PM

    How do I make my headers simple text, not shadowed/bold/ with fill and lines? It looks awful

     

    Jotform Thread 1158166 Screenshot
  • Sven
    Replied on May 30, 2017 at 1:31 PM

    Hi, 

    Please add the following CSS code in your form builder:

    .form-all {

        text-shadow : none !important;

    }

     

    .form-header {

        text-shadow : none !important;

    }

     

    .form-subHeader {

        text-shadow : none !important;

    }

     

    Here's how to inject custom CSS in your form:

    How-to-Inject-Custom-CSS-Codes

     

    Thank you!