PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Fields texts are invisible - how to change font color

  1. Hi, I have searched and searched but I cannot find any posts on how to solve my problem. The text for the fields in my form are invisible.

    http://azienda-ticino.com/prenotazioni/

    I cannot figure out what I need to modify in my style.css to make the text visible.

    Please help :-)

    Posted 12 years ago on Tuesday May 24, 2011 | Permalink
  2. The labels aren't invisible, just the same color as your background. Here's how you change them with CSS.

    [css]
    body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {color:#000}

    More examples and explanations are in the documentation here.

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    Posted 12 years ago on Tuesday May 24, 2011 | Permalink
  3. Thank you, problem solved! :-)
    Nigel

    Posted 12 years ago on Tuesday May 24, 2011 | Permalink

This topic has been resolved and has been closed to new replies.