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.

List Bullets showing in form

  1. Hi Guys,
    I'm getting list-styles added to my forms.
    I've tried the suggestions in the FAQ and other posts without any luck.
    You can see the issue here http://dunskii.com/contact/
    I'm currently trying to find the where in the css is creating it.
    Cheers,
    D

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  2. Hey D, I'm assuming you are talking about the small arrows. I saw this on line 479 of style.css:

    [css]
    .entry ul li:before, #sidebar ul ul li:before {
        content: "ยป ";
    }

    That block is telling all list-item elements in the .entry class to have the arrows before the content. So you can either get rid of that altogether, or do an overwrite on gravity form's li's so there is no content showing before. Does that help?

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  3. Thanks for that.
    Spent ages looking for that, guess sometimes a second set of eyes helps. :s
    D

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  4. No problem, glad to help!

    Posted 12 years ago on Thursday November 3, 2011 | Permalink

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