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.

Cannot get the Gravity Form to ignore the site template CSS

  1. I cannot get the Gravity Form to ignore the site template CSS so I have lines between each field. (UL and LI). Anyone have any ideas? If you look at my sample, it put a dot and underline between each

  2. the page is http://positivegrowthinc.org/get-involved/memberships/donation-options/

Posted 11 years ago on Friday December 7, 2012 | Permalink
  • David Peralty

    Try this in your style.css

    .entry-content ul li {
    background: none !important;

    All my best.

    Posted 11 years ago on Friday December 7, 2012 | Permalink
  • I followed the directions uploaded a CSS file and the path with

    .entry-content ul li {
    background: none !important;
    }

    Actually, it got rid of the lines. Now how do I get rid of the bullet points?

    http://positivegrowthinc.org/get-involved/memberships/donation-options/

    Posted 11 years ago on Monday December 10, 2012 | Permalink
  • David Peralty

    Sorry, you put this in your main.css or style.css? I am not seeing it currently.

    Posted 11 years ago on Monday December 10, 2012 | Permalink
  • I put it in a separate CSS in the gravity forms folder. isn't that in the settings? It got rid of the underlines, but not the dots. Where should it be?

    Posted 11 years ago on Monday December 10, 2012 | Permalink

  •