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.

How to remove border and background from my image submit button?

  1. Hello Kevin,

    How to remove border and background from my image submit button?
    http://bangkokhomecondo.com/free-advertise/

    David

    Posted 13 years ago on Friday August 20, 2010 | Permalink
  2. You would change the style just like any other element in your theme by adding some CSS to your theme stylesheet to override the styles your theme is applying globally to this element.

    Edit:
    http://bangkokhomecondo.com/wp-content/themes/agentpress/red.css

    Add this to the bottom of that CSS file:

    .gform_footer input {background-color: #fff!important; border: 0!important;}
    Posted 13 years ago on Friday August 20, 2010 | Permalink
  3. Thank you :)

    Posted 13 years ago on Thursday October 7, 2010 | Permalink