I would like to change some of the font color

  • territptc
    Asked on August 23, 2014 at 11:52 AM

    I would like the font color to be all in white except the actual color of the words in the contact info area: "first name" last name", etc. and when the person checks a box or a radio button. the white color does not show up in the white area. For example:

     

     

     

    Monday 7:00-9:00 PM ($45.00)

     

    Thursday 9:45-11:45 AM ($45.00)

     

  • David JotForm Support Manager
    Replied on August 23, 2014 at 7:08 PM

    Please take a look at my cloned form here: http://form.jotform.co/form/42346982858874

    If it is as you want it, you can inject the following CSS code in your form:

    .form-label-top, .form-label-left, .form-label-right,.form-html,.form-header,.form-subHeader{

    color: #FFFFFF;

    }

    #label_3,#label_5,#label_6,#label_4{

    color:black; !important

    }

    Or you can clone mine in your account. Hope this helps, let us know if you need more assistance, we will be glad to help you.