How can I set font color as white?

  • melodicsounds
    Asked on April 2, 2019 at 1:43 PM

    Hi! 


    Im trying to change the font color of my text boxes and text area in this form: https://form.jotform.co/90865653329871 but can't manage to set it to #ffffff


    I tried in advanced designer and CSS but can't manage. Only the Drop down is working. Can you help me with a code of CSS to set inside font color to white please?


    Thank you guys!

  • Alan_D
    Replied on April 2, 2019 at 3:37 PM

    I have inspected your form. Your font color was already set as #ffffff(white). But your placeholders were not white.
    How can I set font color as white? Image 10If you want to change placeholder colors as #ffffff, please inject this code into your CSS.
    ::placeholder { color: #ffffff;}