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.

Submit button looking buggy

  1. davidhorne
    Member

    Hello, Using Gravity forms for a website and the submit button looks buggy with duplicate text.

    Link to form http://uso-nc.org/fort-bragg/

    Little help? Is it a styling issue?

    Posted 11 years ago on Tuesday November 6, 2012 | Permalink
  2. There is a background image on the button with the text embedded. The actual button text is being rendered on top of it as well. It's a theme styling issue.

    You can add this to the end of your theme stylesheet and it should fix the issue for you.

    [css]
    body .gform_wrapper input#gform_submit_button_1.button {
    	text-indent: -5000px
    }

    test screenshot: http://bit.ly/PVzCFM

    Posted 11 years ago on Wednesday November 7, 2012 | Permalink