Title: Submit button styling
Last modified: August 30, 2016

---

# Submit button styling

 *  Resolved [brianmurphy](https://wordpress.org/support/users/brianmurphy/)
 * (@brianmurphy)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/submit-button-styling-1/)
 * Since you guys got overly happy with the !importants, it is really hard to style
   the submit button:
 * /wp-content/plugins/quiz-master-next/templates/qmn_primary.css:300
 * .qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
    color: #fff !important;
   background: #3498db !important; }
 * [https://wordpress.org/plugins/quiz-master-next/](https://wordpress.org/plugins/quiz-master-next/)

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

 *  Thread Starter [brianmurphy](https://wordpress.org/support/users/brianmurphy/)
 * (@brianmurphy)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/submit-button-styling-1/#post-6606179)
 * Oh, how dirty.
 * Since you are calling wp_enqueue_style mid-page (from the shortcode), your plugin
   stylesheet gets included in the site footer.
 * I’m going to have to hardcode this single style in my footer to override your
   awful button css.
 * I guess it’s too late for me but please fix this for everyone else.
 *  [Frank Corso](https://wordpress.org/support/users/fpcorso/)
 * (@fpcorso)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/submit-button-styling-1/#post-6606183)
 * Greeitngs brianmurphy:
 * Thank you for using this plugin. I’ll take a look at the button styling as I 
   am not sure why I would have put !important on them like that.
 * However, the templates are not designed to be edited using the templates. There
   is a much simpler way to making changes than using the footer. On the Style tab,
   instead of using a predefined template, simply use the Custom. Then, you can 
   create any style you want in the text box below it and none of the templates 
   are loaded in your quiz. So, you can simply copy any of the style templates css
   into that box and then make the changes that you want.
 *  Thread Starter [brianmurphy](https://wordpress.org/support/users/brianmurphy/)
 * (@brianmurphy)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/submit-button-styling-1/#post-6606188)
 * Frank, thank you for the quick response. I just started using the plugin an hour
   ago so I appreciate the tip!
 *  [Frank Corso](https://wordpress.org/support/users/fpcorso/)
 * (@fpcorso)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/submit-button-styling-1/#post-6606189)
 * No worries. I apologize about the !important in the buttons. I am looking through
   CSS now and I am unsure why I would have done it that way.
 *  [wzshop](https://wordpress.org/support/users/wzshop/)
 * (@wzshop)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/submit-button-styling-1/#post-6606493)
 * The problem is still there?

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

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

 * ![](https://ps.w.org/quiz-master-next/assets/icon-128x128.png?rev=3158087)
 * [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker](https://wordpress.org/plugins/quiz-master-next/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quiz-master-next/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quiz-master-next/)
 * [Active Topics](https://wordpress.org/support/plugin/quiz-master-next/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quiz-master-next/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quiz-master-next/reviews/)

## Tags

 * [!important](https://wordpress.org/support/topic-tag/important/)
 * [button](https://wordpress.org/support/topic-tag/button/)
 * [input](https://wordpress.org/support/topic-tag/input/)
 * [submit](https://wordpress.org/support/topic-tag/submit/)

 * 5 replies
 * 3 participants
 * Last reply from: [wzshop](https://wordpress.org/support/users/wzshop/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/submit-button-styling-1/#post-6606493)
 * Status: resolved