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.

Change the background colour of the submit buttom div...

  1. Hi,

    Great plug in btw...

    I'm basically a bit of a beginner when it comes to css. I've got a dark background site and i i'm using an image for my submit button. the problem is there is a white line either side of the image which i presume is because the background color of the div is wrong...

    You can see here

    http://airbubblemedia.com/contact/

    What do i have to do to just change the bck color for the submit button?

    Thanks

    Mx

    Posted 13 years ago on Tuesday May 18, 2010 | Permalink
  2. append this to the end of your theme stylesheet. It should do the trick for you

    .gform_footer input[type=image], .gform_footer input {background:none}

    it worked okay in my test

    Posted 13 years ago on Tuesday May 18, 2010 | Permalink
  3. Perfect! Thanks you :-)

    Although i added it to the end of the plug in forms.css by mistake and it worked too.

    Posted 13 years ago on Wednesday May 19, 2010 | Permalink
  4. Glad it worked for you.

    It's preferable to add any customizations to the end of your theme style sheet. The forms.css file in the plugin folder gets overwritten during the automatic updates and if you've done customizations there, you'll lose them.

    Posted 13 years ago on Wednesday May 19, 2010 | Permalink