Can we change text color on multiple fields at once?

  • mlevack
    Asked on June 30, 2015 at 6:11 PM
    Thank you, however, I am specifically looking to verify whether I can change the text of multiple fields at once. We have a number of forms we will need to make these changes to, each with many individual form fields, and I would like to know if I can change multiple fields at one time or if the font color of each field must be changed individually.
    Please let me know if I can provide any additional information! Thank you!
  • Mike
    Replied on June 30, 2015 at 6:18 PM

    This is possible to change the font color globally on forms. Although, on FormsCentral imported forms we might need to use CSS to override some styling rules.

    For example, inject the following CSS to change color of form labels.

    .form-label {
    color: black !important;
    }

    Can we change text color on multiple fields at once? Image 1 Screenshot 20

    If you are facing any issues with this, please let us know. We will be happy to help.