Title: Submit Button Colour
Last modified: September 1, 2016

---

# Submit Button Colour

 *  Resolved [theDigiScrapper](https://wordpress.org/support/users/thedigiscrapper/)
 * (@thedigiscrapper)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/submit-button-colour-1/)
 * I changed the colour of the submit button in another website of mine, but for
   the life of me cannot remember where I found the setting to do this.
 * Please assist.
 * Thx
 * Michelle
 * [https://wordpress.org/plugins/gwolle-gb/](https://wordpress.org/plugins/gwolle-gb/)

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/submit-button-colour-1/#post-7479815)
 * Hi, there is no real setting in the plugin for this.
 * You can add a plugin Simple Custom CSS and add CSS to that, like:
 *     ```
       button,
       input[type="submit"],
       input[type="button"],
       input[type="reset"] {
               padding: 6px 10px;
               font-size: 1em;
               font-size: 1rem;
               line-height: 1.428571429;
               font-weight: normal;
               color: #333;
               background-color: #e6e6e6;
               background-repeat: repeat-x;
               background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
               background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
               background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
               background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
               background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
               border: 1px solid #d2d2d2;
               border-radius: 3px;
               box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
       }
       ```
   
 *  Thread Starter [theDigiScrapper](https://wordpress.org/support/users/thedigiscrapper/)
 * (@thedigiscrapper)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/submit-button-colour-1/#post-7479876)
 * Thanks Marcel
    Worked like a bomb
 *  [Jeroen.php](https://wordpress.org/support/users/jeroenphp/)
 * (@jeroenphp)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/submit-button-colour-1/#post-8622654)
 * While on the subject, can you help me? I’m also looking to get the submit button(
   after making an entry in the Guestbook) visible on my theme (Hueman) The background
   of the page and the button is also white unless you hoover over it. The above
   css changes the button on top of the form but not the send button.
    Thanks for
   your advice, Jeroen
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/submit-button-colour-1/#post-8628555)
 * Can you share a link to the website?
 * This plugin doesn’t do anything to the CSS of buttons, so it is probably the 
   theme or another plugin making a mess of it.

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

The topic ‘Submit Button Colour’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/submit-button-colour-1/#post-8628555)
 * Status: resolved