Title: Styling the submit button
Last modified: September 1, 2016

---

# Styling the submit button

 *  Resolved [khunmax](https://wordpress.org/support/users/khunmax/)
 * (@khunmax)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/styling-the-submit-button-2/)
 * Thanks for a super plugin.
 * I have the Add Custom CSS plugin installed.
 * I styled the look of the submit button in wise chat using the following code 
   added to the above mentioned plugin (and not to the custom css box in your UI)
   and it works perfect:
 * `.wcSubmitButton {border-radius: 5px;font-weight:600;}`
 * However, i have had no success trying to change the color of the text within 
   the submit button.
 * What is the css to change the color of the text within the submit button?
 * And any reason why I have had no success using font-color:white?
 * P.S. I also tried added !important….still no success
 * Kind Regards
 * Max
 * [https://wordpress.org/plugins/wise-chat/](https://wordpress.org/plugins/wise-chat/)

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

 *  Plugin Author [Marcin](https://wordpress.org/support/users/marcinlawrowski/)
 * (@marcinlawrowski)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/styling-the-submit-button-2/#post-7469107)
 * Hello,
 * please use:
 * .wcSubmitButton { color: red; }
 * Thanks
 *  Thread Starter [khunmax](https://wordpress.org/support/users/khunmax/)
 * (@khunmax)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/styling-the-submit-button-2/#post-7469115)
 * Hmmm odd…
 * `.wcSubmitButton {border-radius: 5px;font-weight:600;}`
 * Worked perfectly. But to get white colored text inside your send button I had
   to use !important:
 * `.wcSubmitButton {border-radius: 5px;font-weight:600;color:#ffffff !important;}`
 * Thanks for your help and a excellent plugin.
 * Kind Regards
 * Max

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

The topic ‘Styling the submit button’ is closed to new replies.

 * ![](https://ps.w.org/wise-chat/assets/icon-128x128.png?rev=1306481)
 * [Wise Chat](https://wordpress.org/plugins/wise-chat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wise-chat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wise-chat/)
 * [Active Topics](https://wordpress.org/support/plugin/wise-chat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wise-chat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wise-chat/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [khunmax](https://wordpress.org/support/users/khunmax/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/styling-the-submit-button-2/#post-7469115)
 * Status: resolved