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.

Can't Fix Bullet Point Problem

  1. I've read the many posts about trying to remove the bullet points and have added your recommended fix in the FAQ but the bullets still show. How do I remove them on the forms without having to remove bullets from all my other pages?

    Form here:
    http://justcreative.com/hire-me/

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  2. Ha! So this is the first time I've seen this one, it's due to this little bit of code in your theme's stylesheet:

    [css]
    .entry ul li::before {
    content: "ยป 0BB 020";
    }

    So try replacing the fix we have in our FAQ section with this instead:

    [css]
    body .gform_wrapper form .gform_body ul, body .gform_wrapper form .gform_body ul li::before {
    list-style: none!important;
    list-style: none!important;
    background: none!important;
    background: none!important;
    padding: 0!important;
    margin: 0!important;
    content: "" !important;
    }
    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  3. Thank you, fixed!

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  4. Right on!

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink

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