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.

Form CSS not looking too good

  1. The form I use on this page http://www.pencilcase.co.nz/contact/ is coming up fine but the formatting is a bit strange.

    For each form item there is an arrow pointing at it. This is how my CSS styles bullet points (unordered lists). However it doesn't look very good with the form, there are just way too many arrows.

    I can add custom CSS to my sites CSS files. Is there something I can add to remove the arrows?

    cheers
    Jesse

    Posted 12 years ago on Tuesday April 17, 2012 | Permalink
  2. See if this helps you out Jesse:

    http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/

    Posted 12 years ago on Tuesday April 17, 2012 | Permalink
  3. Wow that was fast. It worked perfectly thank you.

    Is there a guide to the CSS somewhere or do we just figure it out ourselves?

    Posted 12 years ago on Tuesday April 17, 2012 | Permalink
  4. Awesome, glad to help out. As far as the guide, there sure is, check this out here:

    http://www.gravityhelp.com/documentation/page/Design_and_Layout

    Posted 12 years ago on Tuesday April 17, 2012 | Permalink
  5. abrust
    Member

    good evening,

    i have the same issue.
    added code as indicated, no-joy. left code there. last entry.

    please see problem at:
    nanaimoflyingclub.org/contact/listregistration/
    nanaimoflyingclub.org/join/membershipformpage/

    thanks for your help in this matter.

    -al

    Posted 11 years ago on Friday February 8, 2013 | Permalink
  6. David Peralty

    It is because you have this:

    .art-postcontent ul > li::before, .art-post ul > li::before, .art-textblock ul > li::before {
    content: url('images/postbullets.png');

    If you remove that or override it, then it won't have those bullets.

    All my best!

    Posted 11 years ago on Friday February 8, 2013 | Permalink
  7. abrust
    Member

    works like a charm. outstanding!
    thanks for the excellent & speedy reply.

    Posted 11 years ago on Friday February 8, 2013 | Permalink
  8. David Peralty

    Not a problem. All my best!

    Posted 11 years ago on Friday February 8, 2013 | Permalink

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