Hi I have a form posted here
http://aussiehealthcoach.com/coaching-programs/strategy-session/
I cannot seem to get the colon for the time to be placed between the hour and minute boxes where it is meant to be. I tried code I found in another thread but it did not work. Could you please help?
The code I am using is as follows:
[css]
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_hour {font-family: "gill sans", verdana, tahoma; font-size: 14px; color:#ffffff}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_hour input {font-family: "gill sans", verdana, tahoma; font-size: 14px; color:#444444}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_hour label {font-family: "gill sans", verdana, tahoma; font-size: 14px; color:#ffffff}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_minute {font-family: "gill sans", verdana, tahoma; font-size: 14px; color:#ffffff}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_minute input {font-family: "gill sans", verdana, tahoma; font-size: 14px; color:#444444}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_minute label {font-family: "gill sans", verdana, tahoma; font-size: 14px; color:#ffffff}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_ampm {font-family: "gill sans", verdana, tahoma; font-size: 14px; color:#444444}
Also, I am using headway and since installing the forms the visual editor has slowed down a lot and the pages load but the cogs keep turning (as though there is still more to load despite all the content already being loaded). Do you know if this is normal?
Thanks!