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.

Bullet Points

  1. Bullet points as defined in my theme are displayed next to each form object. It looks as if a bulleted list was applied to form. Any ideas?

    Posted 14 years ago on Saturday October 3, 2009 | Permalink
  2. This is because the form is inheriting styles from your Theme's stylesheet. While we have taken the typical theme CSS configurations into account, we can't fully guarantee it won't inherit styles from your Theme depending on how your Theme is coded.

    If you give us a URL where we can see a form in action and see the problem happening, we can give you some tips on what you can add to your CSS to prevent the bullets from appearing.

    Posted 14 years ago on Saturday October 3, 2009 | Permalink
  3. This is because the form is inheriting styles from your Theme's stylesheet. While we have taken the typical theme CSS configurations into account, we can't fully guarantee it won't inherit styles from your Theme depending on how your Theme is coded.

    If you give us a URL where we can see a form in action and see the problem happening, we can give you some tips on what you can add to your CSS to prevent the bullets from appearing.

    Posted 14 years ago on Saturday October 3, 2009 | Permalink
  4. http://www.dwworkforce.com/main/job-seekers/availability-list/

    Thanks!

    Posted 14 years ago on Tuesday October 13, 2009 | Permalink
  5. Please refer to this thread, it has a snippet of CSS that you can add to your themes stylesheet that should remove the bullets from being displayed. It is inheriting styles from your stylesheet.

    Let me know if this does the trick, it should.

    Posted 14 years ago on Tuesday October 13, 2009 | Permalink
  6. The next release will have this style added to the core style sheet so it shouldn't be issue.

    Posted 14 years ago on Tuesday October 13, 2009 | Permalink
  7. RichardBest
    Member

    Hi Carl - Could you please provide a link to the thread you mention above? Not sure you inserted the link?

    I'm having the same issue using GF with this theme and would like to try your fix: http://wpwikitheme.com/

    Cheers
    Richard

    Posted 14 years ago on Tuesday October 13, 2009 | Permalink
  8. Richard,

    Carl posted a short CSS snippet on this thread that should do the trick for you.

    Posted 14 years ago on Wednesday October 14, 2009 | Permalink
  9. RichardBest
    Member

    Great, thanks.

    Posted 14 years ago on Wednesday October 14, 2009 | Permalink
  10. RichardBest
    Member

    Thanks, but the CSS snippet (.gform_body li {background-image: none;}) didn't do the trick for me.

    I'm not having a background image or image as bullet problem; I'm seeing a regular character bullet point beside each field entry.

    Any help much appreciated.

    Cheers
    Richard

    Posted 14 years ago on Wednesday October 14, 2009 | Permalink
  11. Do you have a link to a page that has the form on it so that we can look at it and see what CSS is being inherited?

    Posted 14 years ago on Wednesday October 14, 2009 | Permalink
  12. RichardBest
    Member

    Hmm. Not really, no, because I'm testing a local install of WP using MAMP. However, you can see the theme I'm using here: http://wpwikitheme.com/ Would that be enough to diagnose (on the assumption you can access the CSS file), or do you need to see the form in action?

    Thanks for your help
    Richard

    Posted 14 years ago on Wednesday October 14, 2009 | Permalink
  13. Richard,

    It's going to be a little difficult to do without seeing, but you can try this..

    .gform_wrapper li, .gform_wrapper form li, .gform_wrapper form ul li { list-style-type:none!important; background-image:none!important}

    let me know if that works for you. If not, I'm probably going to need to see the form on the page to evaluate it from there.

    Posted 14 years ago on Wednesday October 14, 2009 | Permalink
  14. Richard, I emailed you as well with a quick question about the theme.

    Posted 14 years ago on Wednesday October 14, 2009 | Permalink
  15. RichardBest
    Member

    Brilliant. Thanks Kevin. That did the trick = bullet points gone. The fields are still indented, but I'll worry about that later.

    Thanks again. You guys give excellent service here!

    Cheers
    Richard

    Posted 14 years ago on Thursday October 15, 2009 | Permalink
  16. Great news Richard. Thanks for the update. We're happy to help.

    Posted 14 years ago on Thursday October 15, 2009 | Permalink