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.

Styling the Submit Button for the iStudio theme?

  1. vleckas
    Member

    Hi,

    Total novice here, loving Gravity Forms so far, just need some help figuring out how to make the submit button match, or look similar, to my theme AND remove the "Edit this form" text link that is showing up... http://parallelstrategies.com/web-design-service-request/

    Any help would be greatly appreciated!

    Posted 13 years ago on Monday November 1, 2010 | Permalink
  2. The URL returned a 404 error so I couldn't see your form. The "edit this form" link only shows up if you're logged in as an administrator or someone with permissions to actually edit the form. Site visitors won't see it.

    Posted 13 years ago on Monday November 1, 2010 | Permalink
  3. vleckas
    Member

    Sorry Kevin, are you able to view this link now?

    http://parallelstrategies.com/web-design-service-request/

    Posted 13 years ago on Monday November 1, 2010 | Permalink
  4. Yes, thanks. I'm assuming you want it to look like the button on the contact form, so try this. Add it to the end of your theme stylesheet.

    .gform_wrapper .gform_footer input.button {
    background-image:none!important;
    font-family:Arial,Helvetica,sans-serif;
    float:none!important;
    background-color:#FAFAFA;
    border:1px solid #ddd;
    color:#666;
    font-size:1em;
    font-weight:bold;
    height:25px;
    text-transform:uppercase;
    }
    Posted 13 years ago on Monday November 1, 2010 | Permalink
  5. vleckas
    Member

    That is brilliant Kevin, thank you, much appreciated!

    Posted 13 years ago on Monday November 1, 2010 | Permalink
  6. You're welcome. I'm happy to help out.

    Posted 13 years ago on Monday November 1, 2010 | Permalink

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