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.

CSS list-style issue

  1. Having a few issues with my theme (supermassive theme) and list style. I've tried to over-ride the theme list style, with !important, there's even an option in the theme for that but still I get the list style. Any advice would be so appreciated. You can view the form here:

    http://www.gisoel.com/application-form/

    Using a mac os x lion with safari 5.1.1 and firefox 7.0.1. Using WP 3.2.1. Plugins currently in use are:
    Gravity Forms
    Greg's High Performance SEO
    mTouch Quiz
    Quick Cache
    Simple Google Map
    WP Customer Reviews

    Cheers!

    Posted 12 years ago on Thursday November 17, 2011 | Permalink
  2. Did you try looking at the FAQ by any chance? That's addressed there.

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

    You may also want to add a border property to remove that as well..

    [css]
    body .gform_wrapper form .gform_body ul,
    body .gform_wrapper form .gform_body ul li {
    	list-style-type: none !important;
    	list-style-image: none !important;
    	list-style: none !important;
    	background-image: none !important;
    	background: none !important;
    	padding: 0 !important;
    	margin: 0 !important;
    	border-bottom: none !important
    }

    screenshot: http://bit.ly/sR0Vq8

    Posted 12 years ago on Friday November 18, 2011 | Permalink
  3. Sorry Kevin, I did look but being a woman I missed the obvious - thank you so much, that sorted it out :)

    Posted 12 years ago on Friday November 18, 2011 | Permalink

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