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.

My Theme is interfering with Gravity

  1. Everything works great but I am getting lines under each line of text and beside each check box I am getting indentions with hyphens next to everything including check boxes. I do not want to blanket alter my theme CSS as those things are necessary on some pages. My questions is there a way to override my theme CSS in a way that will allow Gravity form CSS to work without affecting my other pages?

    Posted 13 years ago on Thursday March 10, 2011 | Permalink
  2. You didn't include a URL so it's hard to say without seeing your form.. It sounds like your form is inheriting bullet images/styles.

    Check out the first item under the formatting/styling section of the FAQ

    http://www.gravityhelp.com/frequently-asked-questions/

    Posted 13 years ago on Thursday March 10, 2011 | Permalink
  3. That worked perfectly thanks for the quick response

    Posted 13 years ago on Thursday March 10, 2011 | Permalink
  4. Actually there is still a problem. The code below got rid of list but all the text in the form when you hover over it acts like a link and gets underlined. You cant click on it like a link but my theme thinks it is link so the hover affect works. Is there a way to modify code below to stop that from happening?

    body .gform_wrapper ul,
    body .gform_wrapper li,
    body .gform_wrapper form li,
    body .gform_wrapper form ul li { list-style-type:none!important; list-style-image:none!important; background-image:none!important }

    Posted 13 years ago on Thursday March 10, 2011 | Permalink
  5. As Kevin mentioned above, without being able to see your form it's hard to debug what is going on.

    If the entire form is acting like a link it sounds like you have an unclosed anchor link tag somewhere that is then being inherited by everything that appears after that unclosed link.

    Posted 13 years ago on Thursday March 10, 2011 | Permalink
  6. Okay thanks once we have the site live next week I will repost the link here so you can take a look at it. Unless I can fix it before then. Thanks for your help.

    Posted 13 years ago on Thursday March 10, 2011 | Permalink