How can I change all of the fonts except web links to black?

  • territptc
    Asked on August 25, 2015 at 9:44 PM
  • Charlie
    Replied on August 26, 2015 at 3:33 AM

    Hi,

    I cloned your form for testing and demo purposes. Here it is: http://form.jotformpro.com/form/52371242559961?. All of the text are now in color black. To do that, you can add this code in your CSS tab in the Form Designer Tool:

    label, h1, .form-subHeader {

        color: black !important;

    }

    How can I change all of the fonts except web links to black? Image 1 Screenshot 20

     

    Let us know if that works.