Title: Submit Button Colour
Last modified: September 19, 2022

---

# Submit Button Colour

 *  Resolved [muscles68](https://wordpress.org/support/users/muscles68/)
 * (@muscles68)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/submit-button-colour-2/)
 * Hi i need to change the submit button colour and the dropdown arrow colour from
   blue to black
    thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubmit-button-colour-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/submit-button-colour-2/#post-16030159)
 * Hi,
    There is something about a dslc-module that sets it to blue. If you can 
   figure how how to change that to black, you would fix the underlying problem.
 * If you cannot find it or prefer a bandaid 🙂
    This is some CSS that you can place
   in Appearance > Customizer > Custom CSS
 *     ```
       div.gwolle-gb div.input input.button,
       div.gwolle-gb div.gwolle-gb-write-button input.button {
           background-color: #000;
       }
       div.gwolle-gb form.gwolle-gb-write button.gb-notice-dismiss {
           background-color: transparent;
       }
       ```
   
 * Does this work for you?
 *  Thread Starter [muscles68](https://wordpress.org/support/users/muscles68/)
 * (@muscles68)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/submit-button-colour-2/#post-16033283)
 * Hi yes i did try that before it changed to black briefly but then went blue again
   i just can not seem to find whats doing it
    but thank you ill keep looking.
 *  Thread Starter [muscles68](https://wordpress.org/support/users/muscles68/)
 * (@muscles68)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/submit-button-colour-2/#post-16033334)
 * This is the code on inspector it changes color but adding to css it will not
 *     ```
       #dslc-module-115279d1d79 input[type="submit"], #dslc-module-115279d1d79 input[type="button"], #dslc-module-115279d1d79 button {
       	background-color: #b9e558;
       	border-radius: 3px;
       	color: #fff;
       	font-size: 13px;
       	font-weight: 500;
       	font-family: "Open Sans";
       	line-height: 13px;
       	padding-top: 10px;
       	padding-bottom: 10px;
       	padding-left: 15px;
       	padding-right: 15px;
       	border-color: #5890e5;
       }
       ```
   
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/submit-button-colour-2/#post-16034000)
 * It looks like you can change it in the options for the shortcode. It might be
   set in post content or otherwise on an options page for the shortcode module.
 * [https://github.com/live-composer/live-composer-page-builder/blob/master/modules/shortcode/module.php#L2567](https://github.com/live-composer/live-composer-page-builder/blob/master/modules/shortcode/module.php#L2567)
 *  Thread Starter [muscles68](https://wordpress.org/support/users/muscles68/)
 * (@muscles68)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/submit-button-colour-2/#post-16034297)
 * Fantastic well spotted i didnt think of that i was using page builder. All sorted
   now thanks for the great support

Viewing 5 replies - 1 through 5 (of 5 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [muscles68](https://wordpress.org/support/users/muscles68/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/submit-button-colour-2/#post-16034297)
 * Status: resolved