Changing color of standard error messages. | XM Community
Skip to main content

Good morning Qualtrics Community - 

 

The default color of Qualtrics’ standard error messages is dark red. Which when used on a dark background make it hard to read and definitely fail any accessibility checks. How can I change the color of the messages? When I spoke to support, they indicated that it would be through custom code and to reach out to the community. 

 

I cannot change the background color as that is our brand color scheme. 

 

Qualtrics really should have this as a general option. 

Good morning Qualtrics Community - 

 

The default color of Qualtrics’ standard error messages is dark red. Which when used on a dark background make it hard to read and definitely fail any accessibility checks. How can I change the color of the messages? When I spoke to support, they indicated that it would be through custom code and to reach out to the community. 

 

I cannot change the background color as that is our brand color scheme. 

 

Qualtrics really should have this as a general option. 

@ghotko Add this to Look & Feel → Style → custom CSS, change the color as you like

.Skin .ValidationError {
color: blue !important;
}

 


Hi Nam,

What is the code to also change the (*) asterisk color for the error message?

Thanks!


Leave a Reply