Title: CSS for Submit button
Last modified: March 23, 2018

---

# CSS for Submit button

 *  Resolved [chti56](https://wordpress.org/support/users/chti56/)
 * (@chti56)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/css-for-submit-button-2/)
 * Hello,
 * I’m trying to customize the Submit button using this CSS :
 * /* Change background and text color */
    .caldera-grid .btn { background-color:#
   B0C4DE !important; color:white !important; font-weight: 900; }
 * /** Change Background color and text color on hover **/
    .caldera-grid .btn:hover{
   background-color:#87CEEB !important; color:lightgrey !important; }
 * It works fine for the Initialize button but it does not work for the Submit button..
 * Where is my mistake ?
 * Thanks for help.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-for-submit-button-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [chti56](https://wordpress.org/support/users/chti56/)
 * (@chti56)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/css-for-submit-button-2/#post-10107490)
 * I’ve solved the problem by adding this code (**in bold**) for the submit button:
 * /* Change button submit background and text color */
    .caldera-grid **input[type
   =submit]** { background-color:#B0C4DE !important; color:white !important; font-
   weight: 900; } /*** BUTTON SUBMIT HOVER STYLING ***/ .caldera-grid **input[type
   =submit]**:hover { background: #87CEEB; color: #000080 !important; }

Viewing 1 replies (of 1 total)

The topic ‘CSS for Submit button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/caldera-forms_475846.svg)
 * [Caldera Forms - More Than Contact Forms](https://wordpress.org/plugins/caldera-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/caldera-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/caldera-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/caldera-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/caldera-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/caldera-forms/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [chti56](https://wordpress.org/support/users/chti56/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/css-for-submit-button-2/#post-10107490)
 * Status: resolved