Response Requirement Message - Not Bold Help :) | XM Community
Solved

Response Requirement Message - Not Bold Help :)

  • 4 August 2023
  • 4 replies
  • 21 views

Userlevel 6
Badge +5

Hi Everyone

I am using this CSS to change colour of my response requirement message.

.Skin .ValidationError {
color: #8C8C8C !important;

But currently it’s bold, how would I unbold it and also change the font size.

 

And any idea how to change the red icon?

Thanks :)

icon

Best answer by ManfredBM 4 August 2023, 13:08

View original

4 replies

Userlevel 5
Badge +32

As for the text, you can play around with “font-size” (e.g. 12) and “font-weight” (e.g. 400 or 300).

Don’t know how to change the red icon, though :(

Userlevel 6
Badge +5

As for the text, you can play around with “font-size” (e.g. 12) and “font-weight” (e.g. 400 or 300).

Don’t know how to change the red icon, though :(

Thanks, but what CSS code is this?

Thanks :)

Userlevel 5
Badge +32

This CSS piece does the job for me:

 

It results in:

 

Userlevel 6
Badge +5

Great work sir! THANKS :)

Leave a Reply