Change Color of "ErrorMessage" box
HSNM Front-end Welcome Portal general discussion about HTML, CSS, layout, custom apps, templates

Rate this topic
   Post Reply
2 posts   •   Page 1 of 1
herbertospelt
Posts: 1
Joined: 20 Sep 2018, 11:25

Change Color of "ErrorMessage" box

by herbertospelt » 20 Sep 2018, 11:51

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

HSNMSupport
Posts: 1532
Joined: 26 Jul 2016, 09:16

Re: Change Color of "ErrorMessage" box

by HSNMSupport » 20 Sep 2018, 14:51

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.

Rate this topic

Who is online

Users browsing this forum: No registered users and 13 guests

It is currently 28 Apr 2024, 12:13