Updated your program. Added a new form. Form has no labels. Title won't update and field validation information shows at the bottom. Here is URL: http://www.deeceerealestate.com/reviews/.
Thanks
Updated your program. Added a new form. Form has no labels. Title won't update and field validation information shows at the bottom. Here is URL: http://www.deeceerealestate.com/reviews/.
Thanks
I can't see the gravity forms stylesheets when I view the source of your page, can you try going into the gravity forms general settings and try switching 'Output CSS' to 'Yes'
Regards,
Richard
Your labels are there, they are just white due to your theme's CSS.
Once you said the labels where there but white I knew what I had to do. Went to builder/plugin-features/gravity-forms/style.css and change the label color on line 21.
Thanks.
Your page headings are also white so you may want to add something like this to change them back to black
.builder-module-column-1 h1, .builder-module-column-1 h2, .builder-module-column-1 h3, .builder-module-column-1 h4, .builder-module-column-1 h5 {
color: black;
}