Just wondering if you have posted the CSS used to format and style the forms on your site. I'd love to style my forms in a simalar manner and it would help in the learning curve tremendously.
Great product!
Cheers and thank you!
Rob
Just wondering if you have posted the CSS used to format and style the forms on your site. I'd love to style my forms in a simalar manner and it would help in the learning curve tremendously.
Great product!
Cheers and thank you!
Rob
Rob, Thanks a lot. I'll comb the CSS and grab all the form styles for you then post them back here in the morning.
wow...you guys are awesome....i'll be upgrading and promoting your product in a big way....thank you so very much.!
So here's the basic form CSS used on this site.. nothing fancy, just keeping it clean.
[css]
/* form elements -----------------------------------------*/
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
select,
textarea,
.gform_wrapper input[type=submit],
.gform_wrapper button,
.gform_wrapper input[type=button] {font-family: "proxima-nova-1","proxima-nova-2", Helvetica, "Helvetica Neue", Arial, sans-serif; font-size:14px }
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
select,
textarea {background-color:#fff; color:#333; border:1px solid #ccc; box-shadow:inset 0px 0px 5px #e5e5e5; -moz-box-shadow:inset 0px 0px 5px #e5e5e5; -webkit-box-shadow:inset 0px 0px 5px #e5e5e5; word-spacing: 0.4pt; letter-spacing:0.2pt}
textarea {overflow:auto}
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
textarea {padding:6px 2px}
select {padding:3px 2px}
input[type=text]:focus,
input[type=text]:active {color:#111}
the font "proxima nova" isn't a standard font, it's a web font served up via TypeKit.
Keven!
Thank you...sorry for the late response...but I just found your message today...darn spam filter!
Wow, super happy with the product...Again! many thanks!
Robert
Thanks Robert. We're happy that you're loving Gravity Forms!