how to make the font color black

  • max123jot
    Asked on October 12, 2016 at 9:03 AM

    i cant seem to figure out how to make the gray text black

    there is other text already black iin color

  • candy
    Replied on October 12, 2016 at 9:33 AM

    Hello,

    I've cloned your form and tried on my side. Please inject the following CSS code into your form:

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

        color: black !important;

    }

    If you need more clarification, please do not hesitate to contact. I will be glad to assist.

    Thanks.

  • max123jot
    Replied on October 12, 2016 at 11:44 AM
    works
    ...