Title: [Plugin: Formidable Forms] Submit button has vanished &#8211; CSS clash?
Last modified: August 20, 2016

---

# [Plugin: Formidable Forms] Submit button has vanished – CSS clash?

 *  [Bexel100](https://wordpress.org/support/users/bexel100/)
 * (@bexel100)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-formidable-forms-submit-button-has-vanished-css-clash/)
 * Hi there,
 * I’m using the Formidable plugin on a new website that I’m developing and the 
   submit button has simply vanished. Well, not really, it’s just that the text 
   is white and it seems to have lost its background information. This is the offending
   page:
 * [http://heike.rlwaterman.com/products/](http://heike.rlwaterman.com/products/)
 * As you can see, at the bottom of the form the submit button just can’t be seen.
 * I think this must be a CSS clash with some of the theme’s own CSS. In the file
   default.css there is this section of code:
 *     ```
       input, textarea {
       	padding:8px;
       	color:#f5f5f5;
       	border:1px solid transparent;
       	-webkit-transition: all 0.3s ease-in-out;
       	-moz-transition: all 0.3s ease-in-out;
       	-ms-transition: all 0.3s ease-in-out;
       	-o-transition: all 0.3s ease-in-out;
       	transition: all 0.3s ease-in-out;
       	margin:0;
       }
       ```
   
 * Which seems to be where the Submit button is getting its styling from. The above
   code used to include an extra line:
 * `background:#000;`
 * However I had to remove said background color for other styling on the site and
   I really can’t put it back in (if I do I get black boxes around other images).
   I’ve tried overriding this CSS within the plugin itself but it just doesn’t seem
   to work.
 * Any help would be massively appreciated. I’ve been bashing my head against a 
   brick wall with this one for ages and haven’t made any progress.
 * Thanks in advance,
    Becky
 * [http://wordpress.org/extend/plugins/formidable/](http://wordpress.org/extend/plugins/formidable/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Steph Wells](https://wordpress.org/support/users/sswells/)
 * (@sswells)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-formidable-forms-submit-button-has-vanished-css-clash/#post-2371185)
 * The styling in the lite version of Formidable doesn’t make any changes to your
   submit button. It leaves it to however your theme has styled it. If you would
   like to style the submit button without making changes to your theme style.css,
   you can upgrade to the pro version.
    [http://formidablepro.com/](http://formidablepro.com/)
 * If you are not interested in upgrading, please contact your theme author to fix
   this problem.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Formidable Forms] Submit button has vanished – CSS clash?’ is
closed to new replies.

 * ![](https://ps.w.org/formidable/assets/icon-256x256.png?rev=2588749)
 * [Formidable Forms - Contact Form Plugin, Survey, Quiz, Payment, Calculator Form & Custom Form Builder](https://wordpress.org/plugins/formidable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/formidable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/formidable/)
 * [Active Topics](https://wordpress.org/support/plugin/formidable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/formidable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/formidable/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Steph Wells](https://wordpress.org/support/users/sswells/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-formidable-forms-submit-button-has-vanished-css-clash/#post-2371185)
 * Status: not resolved