Page 1 of 1

Change Color of "ErrorMessage" box

Posted: 20 Sep 2018, 11:51
by herbertospelt
Hello,

Thank you for offering a forum.
We are using HSNM in our company and it works very good.

These days we changed our corporate brand, and now i have to make some changes on the "Login App"
Everything was working fine, but I'm not able to change the color of the "ErrorMessage" this CSS style is inside the index.php. All my tries to add some custom CSS isn't working.

Do you have an idea where I can st this value from "red" to another color?

Thank you very much for support.
Best Regards,
Michael from Herbert Ospelt

Re: Change Color of "ErrorMessage" box

Posted: 20 Sep 2018, 14:51
by HSNMSupport
Hi Michael,

you have to place your CSS code by editing your template, go to "General Options" and then "Custom CSS applied to the "Welcome Portal" field.

Just as a suggestion here below an example of code to use:

.ErrorMessage {
background-color: blue;
color: white;
}
.InfoAndErrorMessageClose {
background-color: blue;
}

Best Regards.