Title: Custom button CSS
Last modified: March 19, 2021

---

# Custom button CSS

 *  Resolved [carlnice223i](https://wordpress.org/support/users/carlnice223i/)
 * (@carlnice223i)
 * [5 years ago](https://wordpress.org/support/topic/custom-button-css-2/)
 * I have followed your suggestion (here [https://wordpress.org/support/topic/custom-button-css/](https://wordpress.org/support/topic/custom-button-css/))
   on creating a custom CSS button.
 * My CSS looks like this..:
 * >  .wp24-dc input[type=submit] {
   >  color: #FFFFFF !important; background-color:#
   > 336699; }
 * The background colour of the button works fine but the font inside the button
   wont change as per the CSS.
 * Any suggestion on this perhaps?
 * Many Thanks for the latest update

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP24](https://wordpress.org/support/users/wp24dotorg/)
 * (@wp24dotorg)
 * [5 years ago](https://wordpress.org/support/topic/custom-button-css-2/#post-14210259)
 * Maybe there are CSS settings of your theme overriding this.
    If you do not have
   multiple use enabled you could also try:
 *     ```
       #dc-submit-1 {
         color: #FFFFFF !important;
         background-color: #336699;
       }
       ```
   
 * If that doesn’t help, post a link to the page and I could take a look at.

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/wp24-domain-check/assets/icon-256x256.png?rev=3437013)
 * [WP24 Domain Check](https://wordpress.org/plugins/wp24-domain-check/)
 * [Support Threads](https://wordpress.org/support/plugin/wp24-domain-check/)
 * [Active Topics](https://wordpress.org/support/plugin/wp24-domain-check/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp24-domain-check/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp24-domain-check/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP24](https://wordpress.org/support/users/wp24dotorg/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/custom-button-css-2/#post-14210259)
 * Status: resolved