Change field validation error text color
Change field validation error text color
Hi Allan,
How can I change the size and color of the field validation error text using bootstrap 5.
I tried the following codes, but they don't work.
div.DTE_Field div.DTE_Field_Error {
color: yellow;
}
div.DTE_Field div.help-block {
color: yellow;
}
Regards!
Replies
.text-danger
is the CSS class you want to override for Bootstrap 5.Allan
Allan
Thanks, I made a small change for the color and it works 100%.
Regards!