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.

Can't Change Field Font Size [Headway theme]

  1. Hi,

    I'm trying to target the field text size to have font size 12, and STOP it from going to grey after you move away from the field in this contact form http://dev2.itarsenal.com/?page_id=14

    The theme is Headway and they even have some built in design blocks for Gravity Forms, but nothing I'm doing is responding via the LIVE CSS editor or the Headway options, can I receive some help?

    -r

    Posted 11 years ago on Tuesday February 19, 2013 | Permalink
  2. Rob, this should do the trick for you:

    [css]
    body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper input[type="email"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"] {
    font-size: 14px;
    color: #000;
    }
    Posted 11 years ago on Tuesday February 19, 2013 | Permalink
  3. Ah, thanks, caught a missing bracket this time around which threw my previous attempts off, thank you!

    Posted 11 years ago on Tuesday February 19, 2013 | Permalink
  4. No problem, glad to help!

    Posted 11 years ago on Tuesday February 19, 2013 | Permalink

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