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.

Radio button descriptions and section break descriptions not appearing

  1. Hi,
    These are my issues...and I have already tested this theme by disabling plugins, using another theme (which the form was fine), not using conditional...
    Here is what's not appearing:
    Section Break field/descriptions
    Required *
    Radio Button field descriptions.
    I have also read through most if not all of the support forum issues that are similar.

    Here is my url: http://stockbrokerjournal.com/subscribe/

    Posted 10 years ago on Sunday June 2, 2013 | Permalink
  2. Richard Vav
    Administrator

    Your theme's stylesheet contains the following CSS which is the cause of your problems,

    li {
    font-size: 0px;
    }

    Try adding the following towards the bottom of the file to counteract it

    .gform_wrapper li {
        font-size: 100% !important;
    }

    Regards,
    Richard

    Posted 10 years ago on Sunday June 2, 2013 | Permalink
  3. Hi Richard...
    Thx for your prompt response :-)
    I was looking all over the CSS and couldn't find this so I will try it...
    Again, thx
    Pam

    Posted 10 years ago on Sunday June 2, 2013 | Permalink
  4. Richard Vav
    Administrator

    You're welcome

    Posted 10 years ago on Sunday June 2, 2013 | Permalink
  5. Richard...you are a ROCK STAR!
    It works...and nothing is ever this simple...so thx for making it simple and making my day!!!!!
    Pam

    Posted 10 years ago on Sunday June 2, 2013 | Permalink
  6. Richard Vav
    Administrator

    No problem, just glad you got it sorted.

    Posted 10 years ago on Sunday June 2, 2013 | Permalink

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