Stimulating Error Message not reflecting the correct color

  • rcousley
    Asked on August 6, 2022 at 11:04 AM

    Greetings,

    I can't seem to change the error message colour even though I've tried to change it nothing responds.

  • Durand_C
    Replied on August 6, 2022 at 12:54 PM

    Hello Roual, 

    Thanks for reaching out to Jotform Support. We have checked your form and the CSS code you have injected is #52504e; which corresponds to this dark grey1659804634 62ee9bda86a2c dark grey Screenshot 10

    When we tried to generate the error message on your form, it generates the color intended1659804850 62ee9cb20b95b error message Screenshot 21Let us know if you have any other questions.

  • rcousley
    Replied on August 6, 2022 at 1:10 PM

    1659805842 62eea0920dbb3 screenshot Screenshot 10

  • Durand_C
    Replied on August 6, 2022 at 3:14 PM

    Hello Roual,

    Thanks for reaching out Jotform Support. We’ll need a bit of time to look into this. We’ll get back to you as soon as we can. We really appreciate your patience and understanding.

  • Durand_C
    Replied on August 7, 2022 at 10:30 AM

    Hello Roual,

    Thanks for your patience and understanding, we appreciate it. Please insert this CSS code:

    .form-button-error {
      color: #fff !important;
      background-color: #52504e !important;
      background-size: 200px !important;
      display: block;
    }

    Let us know if you have any other questions.

  • rcousley
    Replied on August 7, 2022 at 11:01 AM

    Thanks it fixed it, however I changed the background to transparent in CSS.