How do I remove the bold strip on a header?

  • midlandhardware
    Asked on February 5, 2017 at 9:55 PM

    I have a form called Quote Request. I like the way it looks in BUILD mode, but when I PREVIEW FORM. all of the header fields get a bold black stripe through them and the font is dark so you can't read it. How can I turn off the bold black streak or make the font in those fields white?

     

     

    This form is not published yet. I want to get it built properly before I publish it.

  • Ashwin JotForm Support
    Replied on February 6, 2017 at 1:51 AM

    Hello midlandhardware,

    Please inject the following custom css code in your form and that should solve your problem:

    .form-header-group {

        background: none !important;

        text-shadow: none !important;

    }

     

    .form-header {

        background-color: transparent !important;

        color: #555555 !important;

    }

    Please check the screenshot below on how to inject custom css code in form (version 4):

    How do I remove the bold strip on a header? Image 1 Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!