Title: Submit Button Text Not Visible
Last modified: August 21, 2016

---

# Submit Button Text Not Visible

 *  Resolved [jnobisolson](https://wordpress.org/support/users/jnobisolson/)
 * (@jnobisolson)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/submit-button-text-not-visible/)
 * Hi! This form is working great except for the submit button. It isn’t showing
   the “submit” text within the button.
 * Here is the form on my website: [http://hub-monkey.com/advertise/business-sign-up](http://hub-monkey.com/advertise/business-sign-up/)
 * How do I get the text to be visible in the button?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/submit-button-text-not-visible/#post-4045525)
 * You have this in your style.css that’s causing the color to be white:
 *     ```
       input[type="submit"] {
       color:
       #fff;
       font-size: 16px;
       font-weight: 700;
       }
       ```
   
 * You’ll either need to change that directly or add your own CSS that targets the
   VFB submit buttons. The custom CSS option in a field does not accept shortcodes.

Viewing 1 replies (of 1 total)

The topic ‘Submit Button Text Not Visible’ is closed to new replies.

 * ![](https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840)
 * [Visual Form Builder](https://wordpress.org/plugins/visual-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-form-builder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/submit-button-text-not-visible/#post-4045525)
 * Status: resolved