Title: Form Submit button CSS
Last modified: January 14, 2021

---

# Form Submit button CSS

 *  Resolved [Dalibor](https://wordpress.org/support/users/dalibord/)
 * (@dalibord)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/form-submit-button-css/)
 * Hi,
    I’d like to style a “Submit button” from the form, especially the background
   color? And I’d like it to be different from page to page (multiple pages, multiple
   forms, multiple colors). I’ve installed the custom CSS for pages but I can’t 
   figure out the Strong testimonials class for the submit button.
 * For example:
    .wpmtst_submit_testimonial.button{ background-color: #0024d6; border-
   width: 2px; border-style: solid; border-color: #fcb900;
 * Does not work.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fform-submit-button-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/form-submit-button-css/#post-13912435)
 * Hi [@dalibord](https://wordpress.org/support/users/dalibord/),
 * Thank you for reaching out!
    Please add this code in Appearance > Customize >
   Additional CSS:
 *     ```
       #wpmtst_submit_testimonial {
       	background-color: #0024d6;
       	border-width: 2px;
       	border-style: solid;
       	border-color: #fcb900;
       }
       ```
   
 * Warmly,
    Mihaela
 *  Thread Starter [Dalibor](https://wordpress.org/support/users/dalibord/)
 * (@dalibord)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/form-submit-button-css/#post-13912543)
 * Ty, that was the name I was looking for.
    Setting it under the theme additional
   CSS would not work for me, all the pages would then be styled the same, and I
   want page specific. It worked well when I set it under the page-specific styling
   override.
 * Thank you!

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

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

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Dalibor](https://wordpress.org/support/users/dalibord/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/form-submit-button-css/#post-13912543)
 * Status: resolved