Title: Submit Button Invisible
Last modified: August 19, 2018

---

# Submit Button Invisible

 *  [futch929](https://wordpress.org/support/users/futch929/)
 * (@futch929)
 * [8 years ago](https://wordpress.org/support/topic/submit-button-invisible/)
 * I have a contact form on a pop-up. Also have a different form embedded in a page.
   
   On both forms, the submit button is invisible. I have been using these forms 
   for months with no problem. But recently while browsing my own site I noticed
   that the submit button was not there. When you hover, the button is there but
   invisible, I can click it and submit but only by hovering around with a mouse
   until the hand pops up and then clicking. I haven’t changed anything before it
   happened. It is on both forms. Any help greatly appreciated. I am beating my 
   head against the wall. I have tried CSS to change the color, nothing..
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubmit-button-invisible%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [8 years ago](https://wordpress.org/support/topic/submit-button-invisible/#post-10320785)
 * Try switching to the default theme and deactivating all other plugins.
 *  Thread Starter [futch929](https://wordpress.org/support/users/futch929/)
 * (@futch929)
 * [8 years ago](https://wordpress.org/support/topic/submit-button-invisible/#post-10323122)
 * Thank you for your response.
    That is just not an option. The contact form worked
   fine just a week or so ago. The submit button worked fine. I haven’t changed 
   the theme or added any plugins.
 * The submit button is there, it is just not visible.
 *  Thread Starter [futch929](https://wordpress.org/support/users/futch929/)
 * (@futch929)
 * [8 years ago](https://wordpress.org/support/topic/submit-button-invisible/#post-10326674)
 * I guess I will just delete the plugin, give it a bad review and make my own form.
 *  [luckshen1](https://wordpress.org/support/users/luckshen1/)
 * (@luckshen1)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/submit-button-invisible/#post-10600157)
 * Hey Futch, was this the only solution to the problem? I’m having the same one.
   Is there a tutorial on making your own contact form that you know of?
 *  [wpsolutions](https://wordpress.org/support/users/wpsolutions/)
 * (@wpsolutions)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/submit-button-invisible/#post-10603703)
 * [@futch929](https://wordpress.org/support/users/futch929/),
    The cause of your
   problem is that you have some **custom css** which is setting the background 
   colour of your button to white (#fff) but your page background is white also.
 * The CSS code I’m referring to is the following:
 *     ```
       .wpcf7 input[type=submit] {
           background: #fff;
           border-radius: 30px;
           border-style: solid;
           border-width: 1px 1px 3px;
       }
       ```
   
 * Remove the “background” line above or change the colour.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Submit Button Invisible’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [submit](https://wordpress.org/support/topic-tag/submit/)

 * 5 replies
 * 4 participants
 * Last reply from: [wpsolutions](https://wordpress.org/support/users/wpsolutions/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/submit-button-invisible/#post-10603703)
 * Status: not resolved