• Resolved dianeaustin02

    (@dianeaustin02)


    The font color on my form in inputs and message boxes is white, so it is not visible. Is there a way to change it to black?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hey, @dianeaustin02!

    Thank you for your time posting your inquiry.

    Please try adding the following CSS code to Custom CSS option of your form theme:

    input, textarea {
        color: #000000;
    }

    Hope this helps.
    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Font color on inputs’ is closed to new replies.