Title: Multiple things not working CSS
Last modified: August 11, 2020

---

# Multiple things not working CSS

 *  Resolved [harjmatharu](https://wordpress.org/support/users/harjmatharu/)
 * (@harjmatharu)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/multiple-things-not-working-css/)
 * Trying to create a next button however the text is hidden until I hover over 
   it.
 * Trying to change the colour of progress bar and error message.
 * Both not working.
 * .qsm-btn {
    padding: 10px 28px; color: #FFFFFF; text-shadow: 1px 0 #FFFFFF; font-
   weight: 900; text-align: center; cursor: pointer; text-decoration: none; position:
   relative; font-size: 16px; background-color:#F46A38; border-radius:0; font-weight:
   600; letter-spacing:0; line-height:40px; }
 * .qsm-previous{
    display:none !important; } .mlw_previous{ display:none !important;}.
   mlw_error_message { color: #F46A38; font-weight: 900;}
 * .qsm-before-message {
    color: #F46A38;}
 * .progressbar-text {
    color:#3498DB; font-size:13px; font-weight:bold; margin:
   0; padding:0; position:relative; right:0; top:10px !important;}
 * qsm-error-message {
    font-weight: bold;}
 * .mlw_error_message_bottom {
    padding:10px;}
 * .mlw_error_message_bottom {
    font-weight: bold;}
 * .qsm-pagination qmn_pagination border margin-bottom {
    padding: 10px;}
 * .mlw_qmn_new_question {
    padding: 20px; color: #F46A38;}
 * #page .quiz_section input[type=”text”] {
    padding: 4px 8px; min-height: 0; width:
   200px !important; } #page .quiz_section { padding: 10px 0; } #page span.mlw_qmn_question{
   font-weight: normal; }
 * .mlw_qmn_question {
    font-weight: bold;}
 * .qsm-progress-bar {
    color:#F46A38;}
 * .qsm-progress-bar .progressbar-text {
    color:#FFFFFF; font-size:16px; font-weight:
   bold; margin:0; position:absolute; right:10px; top:15px !important; }
 * #qsm-progress-bar svg path {
    stroke: #F46A38 !important; }
 * .mlw_qmn_message_before {
    font-weight: 800;}
 * .mlw_qmn_question {
    font-weight: 800;}
 * .mlw_qmn_quiz_link {
    font-weight: 800;}

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

 *  [expresstechsupport](https://wordpress.org/support/users/expresstechsupport/)
 * (@expresstechsupport)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/multiple-things-not-working-css/#post-13241581)
 * Hi [@harjmatharu](https://wordpress.org/support/users/harjmatharu/),
 * I will test the code on my staging website and get back to you very soon.
 * Thanks for reaching out to us.
 * Kind regards,
    Kriti
 *  [expresstechsupport](https://wordpress.org/support/users/expresstechsupport/)
 * (@expresstechsupport)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/multiple-things-not-working-css/#post-13248251)
 * Hi [@harjmatharu](https://wordpress.org/support/users/harjmatharu/),
 * Please use the following custom CSS code to change the color of the progress 
   bar:
 *     ```
       path[Attributes Style]{
         stroke: #000000 !important;}
   
       .qmn_error_message{
         color: #ffffff !important;
         border: #000000 !important;
         background: #eeeeee !important;}
       ```
   
 * Please explain what do you mean by the following query:
 * > Trying to create a next button however the text is hidden until I hover over
   > it.
 * Kind regards,
    Kriti

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

The topic ‘Multiple things not working CSS’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [expresstechsupport](https://wordpress.org/support/users/expresstechsupport/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/multiple-things-not-working-css/#post-13248251)
 * Status: resolved