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 I turn off the labels HH MM on the time field?

  1. I would like all forms on one site useing the time field to be without HH MM.
    I cannot find anything in the documentation about this ?

    Posted 12 years ago on Sunday November 27, 2011 | Permalink
  2. Richard Vav
    Administrator

    You would have to add some css to hide those labels, this should work

    .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label {display: none;}

    Posted 12 years ago on Sunday November 27, 2011 | Permalink
  3. nope; http://hardthaus.de/tisch-reservieren/tisch-reservieren/

    Posted 12 years ago on Sunday November 27, 2011 | Permalink
  4. Looks like you are almost there in the declaration on line 1909 of style.css, you just need to add an !important.

    [css]
    .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label {
    display: none !important;
    }
    Posted 12 years ago on Sunday November 27, 2011 | Permalink
  5. perfect, thanks

    Posted 12 years ago on Sunday November 27, 2011 | Permalink
  6. No problem, glad to help!

    Posted 12 years ago on Sunday November 27, 2011 | Permalink

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