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.

Field Label doesn't appear

  1. I have a problem with my theme and graivty forms, for some reason the field labels do not appear regardless of where i set them be it ontop of the fields or on the left. I have tried switching to another theme and it all works fine so there must be something wrong with my theme im using now. can anyone please advise me on what to do?

    http://www.computechworld.co.uk/bookings/

    Posted 11 years ago on Thursday May 2, 2013 | Permalink
  2. Richard Vav
    Administrator

    The field labels aren't visible because your themes style.css file contains the following rule

    li {
        font-size: 0px;
    }

    to counteract that you can add this towards to bottom of the file

    .gform_wrapper li {
        font-size: 12px;
    }

    Regards,
    Richard
    --
    Just another member of the community helping out where I can

    Posted 11 years ago on Thursday May 2, 2013 | Permalink
  3. I appreciate the help thanks very much it solved my problem :)

    Posted 11 years ago on Thursday May 2, 2013 | Permalink
  4. David Peralty

    Glad Richard was able to help.

    Posted 11 years ago on Thursday May 2, 2013 | Permalink

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