Title: Form Submit button invisible
Last modified: November 1, 2016

---

# Form Submit button invisible

 *  Resolved [Suzy123](https://wordpress.org/support/users/suzy123/)
 * (@suzy123)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/form-submit-button-invisible/)
 * So the form fields show on the site, but the button is INVISIBLE… how do I fix
   that?
    [http://www.angelcupcakes.co.za/goldenrecruits/](http://www.angelcupcakes.co.za/goldenrecruits/)
 * <div class=”stm_newsletter_form”>
    <input type=”text” name=”FNAME” placeholder
   =”First Name” required> <br> <input type=”text” name=”LNAME” placeholder=”Last
   Name” required> <br> <input class=”form-control” type=”email” name=”EMAIL” placeholder
   =”Enter Your E-mail” required /> <br>
 *  <p>
    <input type=”submit” value=”Subscribe”> </p> </div>

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

 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/form-submit-button-invisible/#post-8380140)
 * Hi,
 * Your theme adds some CSS to change the looks of our form and the hide the button.
 * Here is some CSS to overwrite their CSS again:
 * .mc4wp-form input[type=”submit”] {
    visibility: visible !important; position:
   relative !important; }
 * You can add this CSS to your (child)themes CSS or via a plugin like “Simple Custom
   CSS”.
 * Hope that helps.
 *  Thread Starter [Suzy123](https://wordpress.org/support/users/suzy123/)
 * (@suzy123)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/form-submit-button-invisible/#post-8380177)
 * We have a winner! You rock! Thank you so much

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

The topic ‘Form Submit button invisible’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

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