Title: Submit Button Invisible
Last modified: June 23, 2018

---

# Submit Button Invisible

 *  Resolved [barnabythebear](https://wordpress.org/support/users/barnabythebear/)
 * (@barnabythebear)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/submit-button-invisible-2/)
 * Hiya,
 * On my form the ‘Submit’ button is invisible. it’s there, when I change theme 
   I can see it (although I still can’t see the word ‘Submit’) I’ve looked at other
   posts and found some CSS solutions but they haven’t worked.
 * Any help would be great 🙂
 * Thanks,
 * Nige.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubmit-button-invisible-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * (@arshidkv12)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/submit-button-invisible-2/#post-10429473)
 * Add following code in your theme css file.
 *     ```
       form input[type="submit"], form input[type="submit"]:hover{
        background-color: #ccc;
        color: #333;
       }
       ```
   
 * Add important, if it is not working.
 *  Thread Starter [barnabythebear](https://wordpress.org/support/users/barnabythebear/)
 * (@barnabythebear)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/submit-button-invisible-2/#post-10430396)
 * Hi Arshid,
 * Thank you very much! That worked a treat 🙂
 * Nige.

Viewing 2 replies - 1 through 2 (of 2 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [barnabythebear](https://wordpress.org/support/users/barnabythebear/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/submit-button-invisible-2/#post-10430396)
 * Status: resolved